lazarus/docs/html/build_chm.bat
paul ecbc69dbe9 docs: add build chm bat file
git-svn-id: trunk@17419 -
2008-11-18 02:46:49 +00:00

11 lines
329 B
Batchfile

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