fpspreadsheet: Fix broken script for api chm file generation (possibly broken in r5282)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5743 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-02-09 18:51:17 +00:00
parent 2d45c4ca42
commit 40425457c3
3 changed files with 12 additions and 9 deletions

View File

@ -39,8 +39,11 @@
- Install the program - Install the program
- Change the variable DOX_CMD in the batch file "builddoc.bat" to point to the
correct folder.
- Run the batch file "builddoc.bat" which extracts the documentation code from - Run the batch file "builddoc.bat" which extracts the documentation code from
the sources and creates the chm file. the sources and creates the chm file. It may take some time...
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -6,7 +6,7 @@ if not exist %DOX_CMD% goto :dox_error
rem *** Prepare files *** rem *** Prepare files ***
if not exist output mkdir output if not exist output mkdir output
pushd . pushd .
cd ..\.. cd ..\..\source
if not exist fps.inc goto :next1 if not exist fps.inc goto :next1
ren fps.inc ---fps.inc ren fps.inc ---fps.inc
@ -25,7 +25,7 @@ echo Running %DOX_CMD% -config "HTML Help" fpspreadsheet.dox-express
rem *** Clean up *** rem *** Clean up ***
pushd . pushd .
cd ..\.. cd ..\..\source
chdir chdir
if not exist ---fps.inc goto :next3 if not exist ---fps.inc goto :next3
ren ---fps.inc fps.inc ren ---fps.inc fps.inc

View File

@ -882,12 +882,12 @@ SavedValues=1
[Source Files] [Source Files]
Count=6 Count=6
File0=..\..\fpsnumformat.pas File0=..\..\source\common\fpsimages.pas
File1=..\..\fpspreadsheet.pas File1=..\..\source\common\fpsnumformat.pas
File2=..\..\fpspreadsheetctrls.pas File2=..\..\source\common\fpspreadsheet.pas
File3=..\..\fpspreadsheetgrid.pas File3=..\..\source\common\fpsutils.pas
File4=..\..\fpsutils.pas File4=..\..\source\visual\fpspreadsheetctrls.pas
File5=..\..\fpsimages.pas File5=..\..\source\visual\fpspreadsheetgrid.pas
[Source Include Directories] [Source Include Directories]
Count=0 Count=0