Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | api-docs: Show datetime of when api-docs were generated | Alexis Hildebrandt | 2023-06-05 | 1 | -0/+1 |
| | |||||
* | doc: Generate Ledger Python module documentation | Alexis Hildebrandt | 2023-04-25 | 1 | -1/+11 |
| | | | | using pydoc when building web docs. | ||||
* | doc: Generate plain text version of ledger manual | Alexis Hildebrandt | 2023-04-24 | 1 | -8/+12 |
| | | | | when building web docs | ||||
* | doc: Generate PDF version of ledger manpage | Alexis Hildebrandt | 2023-04-24 | 1 | -0/+5 |
| | | | | when building web docs | ||||
* | doc: Prefer mandoc over groff to generate ledger.1.html | Alexis Hildebrandt | 2023-04-24 | 1 | -2/+9 |
| | |||||
* | cmake: Use variables set from find_program | Alexis Hildebrandt | 2023-04-24 | 1 | -5/+5 |
| | |||||
* | doc: Replace custom command with doxygen_add_docs | Alexis Hildebrandt | 2023-04-12 | 1 | -13/+42 |
| | | | | CMake function available since 3.9 | ||||
* | Bump required doxygen version to 1.9.5 | Alexis Hildebrandt | 2023-04-12 | 1 | -2/+5 |
| | |||||
* | doc: Add support for extra html header for api documentation | Alexis Hildebrandt | 2023-04-11 | 1 | -0/+2 |
| | |||||
* | doc: Add support for extra css to api documentation | Alexis Hildebrandt | 2023-04-10 | 1 | -1/+6 |
| | |||||
* | doc: Update required CMake version | Alexis Hildebrandt | 2023-04-09 | 1 | -1/+1 |
| | | | | to match version required by project | ||||
* | doc: Fix generating api documentation | Alexis Hildebrandt | 2023-04-09 | 1 | -4/+5 |
| | | | | by fixing path to source | ||||
* | docs: Enable stand-alone building | Alexis Hildebrandt | 2023-03-22 | 1 | -2/+4 |
| | |||||
* | Refactor Ledger version info into cmake/LedgerVersion.cmake | Alexis Hildebrandt | 2023-03-05 | 1 | -1/+7 |
| | | | | | so it can be re-used when generating the version.texi for ledger-website builds. | ||||
* | Minor cosmetic changes | Alexis Hildebrandt | 2023-02-01 | 1 | -2/+2 |
| | |||||
* | Remove ledger-mode.texi from doc/CMakeLists | thdox | 2016-10-27 | 1 | -1/+1 |
| | | | | | | | | | 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] Use Ledger_VERSION_* make variables for version | Alexis Hildebrandt | 2015-01-20 | 1 | -0/+4 |
| | | | [ci skip] | ||||
* | BUILD_WEB_DOCS implies BUILD_DOCS | Martin Michlmayr | 2014-10-12 | 1 | -0/+5 |
| | | | | | | | This fixes the build when -DBUILD_WEB_DOCS=1 is specified wihout specifying -DBUILD_DOCS. This fails because man2html/groff are not found because the find_program command for these programs is only run if BUILD_DOCS is enabled. | ||||
* | reduce number of warning messages when building docs | Johann Klähn | 2014-09-10 | 1 | -11/+12 |
| | | | | Warnings were emitted for every info file (twice) instead of once. | ||||
* | clean up installation of doc files | Johann Klähn | 2014-09-10 | 1 | -16/+10 |
| | |||||
* | install man page even if BUILD_DOCS isn't set | Johann Klähn | 2014-09-10 | 1 | -13/+9 |
| | | | | The man page is useful and does not need additional software to be installed. | ||||
* | Cosmetic change - format code consistently | Martin Michlmayr | 2014-05-18 | 1 | -11/+11 |
| | | | | | Add a space between if and the opening bracket, between a closing round bracket and the following opening curly bracket, etc. | ||||
* | fix typo | Johann Klähn | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | Improve installation of documentation files | Alexis Hildebrandt | 2014-05-05 | 1 | -2/+13 |
| | | | | | | | | | - Install info version of ledger documentation instead of the original texinfo sources - Install html version of ledger documentation when BUILD_WEB_DOCS is ON - Enable installation of documentation files from --output directory | ||||
* | Check for required TeX when building pdf documentation | Alexis Hildebrandt | 2014-05-05 | 1 | -4/+4 |
| | |||||
* | Build info version of documentation | Alexis Hildebrandt | 2014-05-04 | 1 | -0/+11 |
| | |||||
* | doc: add BUILD_A4_PDF cmake variable | Alexis Hildebrandt | 2014-04-27 | 1 | -1/+4 |
| | | | | to create a DIN A4 paper version of the ledger pdf. | ||||
* | doc: try to use groff if man2html is not found | Alexis Hildebrandt | 2014-04-27 | 1 | -8/+15 |
| | | | | | to generate a html version of the manpage, throw a fatal error otherwise. | ||||
* | 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 |