docs: add build chm bat file

git-svn-id: trunk@17419 -
This commit is contained in:
paul 2008-11-18 02:46:49 +00:00
parent 6ca565c543
commit ecbc69dbe9
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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
View 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