git-svn-id: trunk@19662 -

This commit is contained in:
vincents 2009-04-28 10:29:27 +00:00
parent 9a424b01ef
commit b6b28b5948

View File

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