mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-06 15:06:00 +02:00
docs: Improve build_chm path handling, issue #21311, patch from BigChimp
git-svn-id: trunk@35431 -
This commit is contained in:
parent
33ec06316f
commit
9cdaa34a19
@ -3,9 +3,9 @@ REM Builds all Lazarus docs and pack them in one .chm file
|
|||||||
REM
|
REM
|
||||||
REM Notes:
|
REM Notes:
|
||||||
REM
|
REM
|
||||||
REM 1 - Please fix the path in this file for your installation
|
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 2 - Before running this file, first compile the project build_lcl_docs.lpi
|
||||||
REM
|
REM
|
||||||
PATH=D:\programming\fpc\bin\i386-win32\
|
PATH=D:\programming\fpc\bin\i386-win32\;%PATH%
|
||||||
build_lcl_docs.exe --outfmt chm
|
build_lcl_docs.exe --outfmt chm
|
||||||
pause
|
pause
|
||||||
|
@ -3,9 +3,9 @@ REM Builds all Lazarus docs
|
|||||||
REM
|
REM
|
||||||
REM Notes:
|
REM Notes:
|
||||||
REM
|
REM
|
||||||
REM 1 - Please fix the path in this file for your installation
|
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 2 - Before running this file, first compile the project build_lcl_docs.lpi
|
||||||
REM
|
REM
|
||||||
PATH=C:\Programas\lazarus22\fpc\2.2.0\bin\i386-win32
|
PATH=C:\Programas\lazarus22\fpc\2.2.0\bin\i386-win32;%PATH%
|
||||||
build_lcl_docs.exe
|
build_lcl_docs.exe
|
||||||
pause
|
pause
|
Loading…
Reference in New Issue
Block a user