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:
parent
2d45c4ca42
commit
40425457c3
@ -39,8 +39,11 @@
|
||||
|
||||
- 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
|
||||
the sources and creates the chm file.
|
||||
the sources and creates the chm file. It may take some time...
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
@ -6,7 +6,7 @@ if not exist %DOX_CMD% goto :dox_error
|
||||
rem *** Prepare files ***
|
||||
if not exist output mkdir output
|
||||
pushd .
|
||||
cd ..\..
|
||||
cd ..\..\source
|
||||
|
||||
if not exist fps.inc goto :next1
|
||||
ren fps.inc ---fps.inc
|
||||
@ -25,7 +25,7 @@ echo Running %DOX_CMD% -config "HTML Help" fpspreadsheet.dox-express
|
||||
rem *** Clean up ***
|
||||
pushd .
|
||||
|
||||
cd ..\..
|
||||
cd ..\..\source
|
||||
chdir
|
||||
if not exist ---fps.inc goto :next3
|
||||
ren ---fps.inc fps.inc
|
||||
|
@ -882,12 +882,12 @@ SavedValues=1
|
||||
|
||||
[Source Files]
|
||||
Count=6
|
||||
File0=..\..\fpsnumformat.pas
|
||||
File1=..\..\fpspreadsheet.pas
|
||||
File2=..\..\fpspreadsheetctrls.pas
|
||||
File3=..\..\fpspreadsheetgrid.pas
|
||||
File4=..\..\fpsutils.pas
|
||||
File5=..\..\fpsimages.pas
|
||||
File0=..\..\source\common\fpsimages.pas
|
||||
File1=..\..\source\common\fpsnumformat.pas
|
||||
File2=..\..\source\common\fpspreadsheet.pas
|
||||
File3=..\..\source\common\fpsutils.pas
|
||||
File4=..\..\source\visual\fpspreadsheetctrls.pas
|
||||
File5=..\..\source\visual\fpspreadsheetgrid.pas
|
||||
|
||||
[Source Include Directories]
|
||||
Count=0
|
||||
|
Loading…
Reference in New Issue
Block a user