diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-26 15:37:15 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-26 15:37:15 -0700 |
commit | a40d9f721fa237ed61b6dda7d18e86d18d150db7 (patch) | |
tree | 686289505b3986e26cef942566eed444c8492897 /doc/CMakeLists.txt | |
parent | 929175216dc55544c8c5911902014c7727a95fd7 (diff) | |
parent | 5e0e7e0a973f8a323decbf818e66a6af3ba218fd (diff) | |
download | ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.tar.gz ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.tar.bz2 ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.zip |
Merge branch 'next' into ledger-mode-automatic-transactions
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8ca83783..c2b1d96a 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -55,7 +55,7 @@ foreach(file ${info_files}) endif(BUILD_WEB_DOCS) if(NOT TEXI2PDF) - mesage(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.") + message(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.") else() add_custom_command(OUTPUT ${file_base}.pdf COMMAND texi2pdf -b -q -o ${file_base}.pdf ${CMAKE_CURRENT_SOURCE_DIR}/${file} |