summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2014-05-05 06:37:30 -0700
committerCraig Earls <enderw88@gmail.com>2014-05-05 06:37:30 -0700
commit8c787122584e47485dfcdcba0a21a951fb82051d (patch)
treefb3dee86044b5bde83690e5310904f5a61bb86df /CMakeLists.txt
parent07b206bf6abe582ff155a4094fd81d002469ba5d (diff)
parentdcb285ac556aa54aa01c60b3c1c9fa40199d8f06 (diff)
downloadfork-ledger-8c787122584e47485dfcdcba0a21a951fb82051d.tar.gz
fork-ledger-8c787122584e47485dfcdcba0a21a951fb82051d.tar.bz2
fork-ledger-8c787122584e47485dfcdcba0a21a951fb82051d.zip
Merge pull request #283 from afh/pull/builddocs
Improve building and installing ledger documentation files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b7289748..a6e52f95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ option(DISABLE_ASSERTS "Build without any internal consistency checks" OFF)
option(BUILD_DEBUG "Build support for runtime debugging" OFF)
option(BUILD_LIBRARY "Build and install Ledger as a library" ON)
-option(BUILD_DOCS "Build and install documentation" ON)
+option(BUILD_DOCS "Build and install documentation" OFF)
option(BUILD_WEB_DOCS "Build version of documentation suitable for viewing online" OFF)
option(BUILD_EMACSLISP "Build and install ledger-mode for Emacs" OFF)