Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install texinfo files | Johann Klähn | 2013-10-23 | 1 | -7/+8 |
| | |||||
* | delete obsolete ledger.texi. Down with cruft! | Simon Michael | 2013-09-21 | 1 | -1/+1 |
| | |||||
* | Add ledger-mode.texi to the build list | Craig Earls | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Fixed typo in doc/CMakeLists.txt line 58 "mesage" ==> "message" | Craig Earls | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | fix CMake variable expansion for man2html | Johann Klähn | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | do not auto-build documentation | Johann Klähn | 2013-01-19 | 1 | -6/+2 |
| | | | | Use 'ninja doc' or 'make doc' instead. | ||||
* | improve doxygen build logic | Johann Klähn | 2013-01-19 | 1 | -10/+22 |
| | | | | | Doxygen will only be called when the 'doc' target is built and one of its input files has changed. | ||||
* | only run doxygen once | Johann Klähn | 2013-01-19 | 1 | -2/+10 |
| | | | | To update the documentation run `ninja doxygen` or `make doxygen`. | ||||
* | On the Mac, texi2pdf doesn't have a --tidy option | John Wiegley | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | repair doxygen support | Johann Klähn | 2013-01-14 | 1 | -0/+18 |
| | |||||
* | fix issue for separate build dir | Johann Klähn | 2013-01-14 | 1 | -10/+8 |
| | |||||
* | convert doc/Makefile to CMake | Johann Klähn | 2013-01-14 | 1 | -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 CMake | John Wiegley | 2012-05-20 | 1 | -0/+0 |