mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 16:12:34 +02:00
11 lines
190 B
Bash
Executable File
11 lines
190 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
|
|
#
|
|
./build_lcl_docs --outfmt html
|
|
|
|
|