mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 00:28:18 +02:00
lcl chm docs: added fpdoc option to create search index
git-svn-id: trunk@17389 -
This commit is contained in:
parent
71a04db97e
commit
65d8d62453
@ -50,7 +50,7 @@ fi
|
||||
|
||||
FPDocParams="--content=lcl.xct --package=lcl --descr=../${XMLSrcDir}lcl.xml --format=$HTMLFMT"
|
||||
if [ "$HTMLFMT" == "chm" ]; then
|
||||
FPDocParams="$FPDocParams --css-file=../fpdoc.css --auto-toc --auto-index --output=lcl.chm"
|
||||
FPDocParams="$FPDocParams --css-file=../fpdoc.css --auto-toc --auto-index --make-searchable --output=lcl.chm"
|
||||
fi
|
||||
if [ -n "$FPDocFooter" ]; then
|
||||
FPDocParams="$FPDocParams --footer=$FPDocFooter"
|
||||
|
Loading…
Reference in New Issue
Block a user