From 01214f2ab8115a0c93d7521f0edd600ea7267ce9 Mon Sep 17 00:00:00 2001 From: thdox Date: Tue, 18 Oct 2016 21:29:04 +0200 Subject: 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] --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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.") -- cgit v1.2.3