mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 10:57:55 +02:00
Docs: build_lcl_docs. Removes extraneous Quote characters around CHM title.
This commit is contained in:
parent
4273bd84c5
commit
90dc1fe26f
@ -378,9 +378,9 @@ begin
|
|||||||
|
|
||||||
// set an explicit title used in the LHelp TOC navigation tree
|
// set an explicit title used in the LHelp TOC navigation tree
|
||||||
if (LowerCase(PackageName) = 'lcl') then
|
if (LowerCase(PackageName) = 'lcl') then
|
||||||
Params.Add('--chm-title="(LCL) Lazarus Component Library"')
|
Params.Add('--chm-title=(LCL) Lazarus Component Library')
|
||||||
else
|
else
|
||||||
Params.Add('--chm-title="(LazUtils) Lazarus Utilities"');
|
Params.Add('--chm-title=(LazUtils) Lazarus Utilities');
|
||||||
|
|
||||||
if CSSFile<>'' then
|
if CSSFile<>'' then
|
||||||
Params.Add('--css-file='+ExtractFileName(CSSFile)); // the css file is copied to the OutDir
|
Params.Add('--css-file='+ExtractFileName(CSSFile)); // the css file is copied to the OutDir
|
||||||
|
Loading…
Reference in New Issue
Block a user