lazarus/docs/html/build_html.sh
2021-10-30 11:56:47 +02:00

15 lines
331 B
Bash
Executable File

#!/bin/bash
# Builds all Lazarus docs and pack them in one .chm file
#
# Notes:
#
# Before running this file, first compile the project build_lcl_docs.lpi
#
# In order to link to RTL and FCL, place rtl.xct and fcl.xct in ../chm/
#
# This uses the fpdoc in PATH. See README.txt
#
./build_lcl_docs --fpcdocs=../chm --outfmt html