mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 15:10:22 +02:00
Docs: build_lcl_docs. Removes extraneous Quote characters around CHM title.
(cherry picked from commit 90dc1fe26f
)
This commit is contained in:
parent
25d34f8529
commit
bc61ad93b8
@ -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