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