mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 11:59:20 +02:00
* fixed build_lcl_docs not using the fpdoc specified by --fpdoc
git-svn-id: trunk@22013 -
This commit is contained in:
parent
4441420b80
commit
41bffacb9f
@ -109,7 +109,10 @@ begin
|
|||||||
// see if any are set or set then to a default value
|
// see if any are set or set then to a default value
|
||||||
SetString(OutFormat, OutFormat, 'FPDOCFORMAT');
|
SetString(OutFormat, OutFormat, 'FPDOCFORMAT');
|
||||||
SetString(EnvParams, '', 'FPDOCPARAMS');
|
SetString(EnvParams, '', 'FPDOCPARAMS');
|
||||||
SetString(fpdoc, 'fpdoc', 'FPDOC');
|
if fpdoc <> '' then
|
||||||
|
SetString(fpdoc, fpdoc, 'FPDOC')
|
||||||
|
else
|
||||||
|
SetString(fpdoc, 'fpdoc', 'FPDOC');
|
||||||
SetString(fpdocfooter, '', 'FPDOCFOOTER');
|
SetString(fpdocfooter, '', 'FPDOCFOOTER');
|
||||||
SetString(FPCDocsPath, FPCDocsPath, 'FPCDOCS');
|
SetString(FPCDocsPath, FPCDocsPath, 'FPCDOCS');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user