* fixed build_lcl_docs not using the fpdoc specified by --fpdoc

git-svn-id: trunk@22013 -
This commit is contained in:
andrew 2009-10-04 01:29:32 +00:00
parent 4441420b80
commit 41bffacb9f

View File

@ -109,6 +109,9 @@ begin
// see if any are set or set then to a default value
SetString(OutFormat, OutFormat, 'FPDOCFORMAT');
SetString(EnvParams, '', 'FPDOCPARAMS');
if fpdoc <> '' then
SetString(fpdoc, fpdoc, 'FPDOC')
else
SetString(fpdoc, 'fpdoc', 'FPDOC');
SetString(fpdocfooter, '', 'FPDOCFOOTER');
SetString(FPCDocsPath, FPCDocsPath, 'FPCDOCS');