summaryrefslogtreecommitdiff
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2016-10-27 13:02:51 -0700
committerGitHub <noreply@github.com>2016-10-27 13:02:51 -0700
commit310370db041349c94e6984cc283be18f5a25a6ca (patch)
tree6fded764d20a422e3fe8871101756caa6755b6c8 /doc/CMakeLists.txt
parent77b9c60a3eb63219286c7fccf234224a94923455 (diff)
parent978466c8012839614332c42390dca713f8fac608 (diff)
downloadfork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.tar.gz
fork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.tar.bz2
fork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.zip
Merge pull request #474 from thdox/ledger-mode-finalize-split
Ledger mode finalize split
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index e463c721..d8242eeb 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -42,7 +42,7 @@ if (BUILD_DOCS)
find_program(TEX tex)
find_program(MAN2HTML man2html)
find_program(GROFF groff)
- set(ledger_info_files ledger3.texi ledger-mode.texi)
+ set(ledger_info_files ledger3.texi)
if (NOT MAKEINFO)
message(WARNING "Could not find makeinfo. Info version of documentation cannot be built.")