mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +02:00
docs: add build chm bat file
git-svn-id: trunk@17419 -
This commit is contained in:
parent
6ca565c543
commit
ecbc69dbe9
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1708,6 +1708,7 @@ docs/acknowledgements.txt svneol=native#text/plain
|
||||
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_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
|
||||
|
11
docs/html/build_chm.bat
Normal file
11
docs/html/build_chm.bat
Normal file
@ -0,0 +1,11 @@
|
||||
REM
|
||||
REM Builds all Lazarus docs and pack them in one .chm file
|
||||
REM
|
||||
REM Notes:
|
||||
REM
|
||||
REM 1 - Please fix the path in this file for your installation
|
||||
REM 2 - Before running this file, first compile the project build_lcl_docs.lpi
|
||||
REM
|
||||
PATH=D:\programming\fpc\bin\i386-win32\
|
||||
build_lcl_docs.exe --outfmt chm --arg --make-searchable
|
||||
pause
|
Loading…
Reference in New Issue
Block a user