summaryrefslogtreecommitdiff
path: root/doc/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* do not auto-build documentationJohann Klähn2013-01-191-6/+2
| | | | Use 'ninja doc' or 'make doc' instead.
* improve doxygen build logicJohann Klähn2013-01-191-10/+22
| | | | | Doxygen will only be called when the 'doc' target is built and one of its input files has changed.
* only run doxygen onceJohann Klähn2013-01-191-2/+10
| | | | To update the documentation run `ninja doxygen` or `make doxygen`.
* On the Mac, texi2pdf doesn't have a --tidy optionJohn Wiegley2013-01-161-1/+1
|
* repair doxygen supportJohann Klähn2013-01-141-0/+18
|
* fix issue for separate build dirJohann Klähn2013-01-141-10/+8
|
* convert doc/Makefile to CMakeJohann Klähn2013-01-141-0/+73
| | | | | | | | | | | | | | CMake will build the pdf version of the manual if texi2pdf is installed. It will be installed to DOCDIR/ledger{,3}.pdf, for example /usr/local/share/ledger/ledger3.pdf. Also, the man page will be installed to MANDIR/man1/ledger.1 The option BUILD_DOCS is now on by default. A new option BUILD_WEB_DOCS is used to toggle the generation of the html version of the manual and the man page (off by default). All this is added to the 'doc' make target.
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-0/+0