Docs: build_lcl_docs. Removes extraneous Quote characters around CHM title.

This commit is contained in:
dsiders 2025-01-10 23:03:11 -05:00
parent 4273bd84c5
commit 90dc1fe26f

View File

@ -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