mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:19:24 +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,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');
|
||||
|
Loading…
Reference in New Issue
Block a user