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]
This commit is contained in:
parent
77b9c60a3e
commit
01214f2ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue