summaryrefslogtreecommitdiff
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorthdox <thdox@free.fr>2016-10-18 21:29:04 +0200
committerthdox <thdox@free.fr>2016-10-27 21:31:19 +0200
commit01214f2ab8115a0c93d7521f0edd600ea7267ce9 (patch)
treedf20e47ce1f2f89b57fd8c611732a42e2ea7824e /doc/CMakeLists.txt
parent77b9c60a3eb63219286c7fccf234224a94923455 (diff)
downloadfork-ledger-01214f2ab8115a0c93d7521f0edd600ea7267ce9.tar.gz
fork-ledger-01214f2ab8115a0c93d7521f0edd600ea7267ce9.tar.bz2
fork-ledger-01214f2ab8115a0c93d7521f0edd600ea7267ce9.zip
Remove ledger-mode.texi from doc/CMakeLists
As ledger-mode has now its own github repository, the file ledger-mode.texi has been moved there. As such the compilation was failing, by removing this file, it is now compiling successfully through "make doc". [ci skip]
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.")