mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-02 18:30:39 +01:00
9 lines
288 B
Bash
Executable File
9 lines
288 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
|
|
|
|
# Build with links to RTL+FCL
|
|
#./build_lcl_docs --fpcdocs ../chm/ --footer locallclfooter.xml --outfmt chm
|