mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 10:48:12 +02:00
git-svn-id: trunk@19662 -
This commit is contained in:
parent
9a424b01ef
commit
b6b28b5948
@ -6,6 +6,7 @@
|
||||
# Creates an chm file, if HTMLFMT is set to chm,
|
||||
# otherwise it create html docs
|
||||
|
||||
|
||||
#set -x
|
||||
set -e
|
||||
|
||||
@ -52,6 +53,9 @@ FPDocParams="--content=lcl.xct --package=lcl --descr=../${XMLSrcDir}lcl.xml --fo
|
||||
if [ "$HTMLFMT" == "chm" ]; then
|
||||
FPDocParams="$FPDocParams --css-file=../fpdoc.css --auto-toc --auto-index --make-searchable --output=lcl.chm"
|
||||
fi
|
||||
if [ -n "$FOOTERDATE" ]; then
|
||||
FPDocParams="$FPDocParams --footer-date=$FOOTERDATE"
|
||||
fi
|
||||
if [ -n "$FPDocFooter" ]; then
|
||||
FPDocParams="$FPDocParams --footer=$FPDocFooter"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user