mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 04:48:03 +02:00
docs: added chm builder script
git-svn-id: trunk@19621 -
This commit is contained in:
parent
92bbe0f074
commit
647d09915b
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1858,6 +1858,7 @@ docs/booth/ProdProgEntwMitOpenSourceSystems2007.odp -text
|
||||
docs/contributors.utf8 svneol=native#text/plain
|
||||
docs/html/README.txt svneol=native#text/plain
|
||||
docs/html/build_chm.bat svneol=native#text/plain
|
||||
docs/html/build_chm.sh svneol=native#text/plain
|
||||
docs/html/build_gtkintf_html.sh svneol=native#text/plain
|
||||
docs/html/build_html.bat svneol=native#text/plain
|
||||
docs/html/build_html.sh svneol=native#text/plain
|
||||
|
10
docs/html/build_chm.sh
Executable file
10
docs/html/build_chm.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/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 chm --arg --make-searchable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user