lazarus/docs/html
2021-01-16 15:55:51 +00:00
..
build_chm.bat docs: Improve build_chm path handling, issue #21311, patch from BigChimp 2012-02-17 17:51:54 +00:00
build_chm.sh docs: comment 2019-08-03 15:08:33 +00:00
build_html.bat docs: Improve build_chm path handling, issue #21311, patch from BigChimp 2012-02-17 17:51:54 +00:00
build_html.sh docs: hints about rtl.xct 2017-10-10 13:54:04 +00:00
build_lcl_chm.sh debian: fix group writable permissions 2017-05-19 08:45:30 +00:00
build_lcl_docs.lpi undo 2019-04-18 08:11:56 +00:00
build_lcl_docs.lpr * also passes dialect options to fpdoc, like the makefiles do. Required in trunk fpdocs as of +/- mid december 2020. 2021-01-16 15:55:51 +00:00
fpdoc.css Docs: Improved font of source code in lhelp (at least on Windows) 2017-07-25 13:58:15 +00:00
localfclfooter.xml
locallclfooter.xml
localrtlfooter.xml
Makefile docs: html: Fixed compilation when lazbuild not in path, better clean up 2014-02-05 12:04:51 +00:00
README.txt docs: readme: add footer 2019-04-13 11:16:24 +00:00

HTML documentation of Lazarus
=============================

This directory contains the tools to create the HTML and CHM documentation for
Lazarus. The documentation is stored in fpdoc format in the docs/xml/ directory.

For UNIXes:

The script build_html.sh will automatically create the whole HTML
documentation.
Build build_lcl_docs.lpi
../../lazbuild build_lcl_docs.lpi

./build_lcl_docs --fpdoc /path/to/fpc/trunk/utils/fpdoc/fpdoc --fpcdocs=../chm --outfmt chm --footer locallclfooter.xml

For Windows:

Build the project build_lcl_docs.lpi, fix the PATH in the build_html.bat batch
script to your local installation and then run the script, or run
build_lcl_docs.exe directly.