lazarus/docs/html/build_chm.sh
2012-07-02 15:54:05 +00:00

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