mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 16:09:33 +02:00
8 lines
257 B
Bash
Executable File
8 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
# Builds all Lazarus docs and pack them in one .chm file
|
|
#
|
|
../../lazbuild build_lcl_docs.lpi
|
|
./build_lcl_docs --outfmt chm --fpcdocs=../chm --footer locallclfooter.xml
|
|
|
|
# Preferably: use trunk fpdoc: --fpdoc /path/to/fpc/trunk/utils/fpdoc/fpdoc
|