mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 21:12:40 +02:00
13 lines
281 B
Bash
Executable File
13 lines
281 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/
|
|
#
|
|
./build_lcl_docs --fpcdocs=../chm --outfmt html
|
|
|
|
|