mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 01:19:24 +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,
|
# Creates an chm file, if HTMLFMT is set to chm,
|
||||||
# otherwise it create html docs
|
# otherwise it create html docs
|
||||||
|
|
||||||
|
|
||||||
#set -x
|
#set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@ -52,6 +53,9 @@ FPDocParams="--content=lcl.xct --package=lcl --descr=../${XMLSrcDir}lcl.xml --fo
|
|||||||
if [ "$HTMLFMT" == "chm" ]; then
|
if [ "$HTMLFMT" == "chm" ]; then
|
||||||
FPDocParams="$FPDocParams --css-file=../fpdoc.css --auto-toc --auto-index --make-searchable --output=lcl.chm"
|
FPDocParams="$FPDocParams --css-file=../fpdoc.css --auto-toc --auto-index --make-searchable --output=lcl.chm"
|
||||||
fi
|
fi
|
||||||
|
if [ -n "$FOOTERDATE" ]; then
|
||||||
|
FPDocParams="$FPDocParams --footer-date=$FOOTERDATE"
|
||||||
|
fi
|
||||||
if [ -n "$FPDocFooter" ]; then
|
if [ -n "$FPDocFooter" ]; then
|
||||||
FPDocParams="$FPDocParams --footer=$FPDocFooter"
|
FPDocParams="$FPDocParams --footer=$FPDocFooter"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user