mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 13:03:04 +02:00
12 lines
350 B
Batchfile
12 lines
350 B
Batchfile
REM
|
|
REM Builds all Lazarus docs and pack them in one .chm file
|
|
REM
|
|
REM Notes:
|
|
REM
|
|
REM 1 - If necessary, please fix the path so it finds fpdoc.exe (normally in your fpc compiler dir)
|
|
REM 2 - Before running this file, first compile the project build_lcl_docs.lpi
|
|
REM
|
|
PATH=D:\programming\fpc\bin\i386-win32\;%PATH%
|
|
build_lcl_docs.exe --outfmt chm
|
|
pause
|