diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-25 13:01:07 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-25 13:01:07 -0700 |
commit | 5acf1e9fe67fbd3957b3eeed781745579dcfe5af (patch) | |
tree | c69c064bfed72b1cc6f10fd100016f829b45c128 /doc | |
parent | 4cb2779464073aa8f1ba9d25121e3496fa71168f (diff) | |
parent | 94ce2f0fdb4a8ffe576cce0c8bdb2bc96e921cc9 (diff) | |
download | fork-ledger-5acf1e9fe67fbd3957b3eeed781745579dcfe5af.tar.gz fork-ledger-5acf1e9fe67fbd3957b3eeed781745579dcfe5af.tar.bz2 fork-ledger-5acf1e9fe67fbd3957b3eeed781745579dcfe5af.zip |
Merge branch 'next' into ledger-mode-environment-handling
Diffstat (limited to 'doc')
-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} |