lazarus/docs/html
mattias ee8eeaf5d2 docs: hints about rtl.xct
git-svn-id: branches/fixes_1_8@56016 -
2017-10-10 13:53:36 +00:00
..
build_chm.bat
build_chm.sh
build_html.bat
build_html.sh docs: hints about rtl.xct 2017-10-10 13:53:36 +00:00
build_lazutils_html.sh
build_lcl_chm.sh debian: fix group writable permissions 2017-05-19 08:45:54 +00:00
build_lcl_docs.lpi docs: build_lcl_docs: updated, simulate shows both lazutils and lcl 2017-06-02 17:49:46 +00:00
build_lcl_docs.lpr docs: build_lcl_docs: --footer 2017-06-02 20:43:25 +00:00
build_lcl_html.sh * Docs scripts: cosmetic (comment typos) 2014-09-28 11:45:51 +00:00
fpdoc.css Merged revision(s) 55589 #6d353c9b73 from trunk: 2017-08-01 22:32:33 +00:00
localfclfooter.xml
locallclfooter.xml
localrtlfooter.xml
Makefile
README.txt docs: hints about rtl.xct 2017-10-10 13:53:36 +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/fpdoc --fpcdocs=../chm --outfmt chm

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.