LCL docs: fixed creation of html docs (issue #12448)

git-svn-id: trunk@17073 -
This commit is contained in:
vincents 2008-10-20 10:35:38 +00:00
parent a661525648
commit 4a65c0d190

View File

@ -48,9 +48,9 @@ if [ -z "$HTMLFMT" ]; then
HTMLFMT=html
fi
FPDocParams="--content=lcl.xct --package=lcl --descr=../${XMLSrcDir}lcl.xml --format=$HTMLFMT --css-file=../fpdoc.css"
if [ "$HTMLFMT"=="chm" ]; then
FPDocParams="$FPDocParams --output=lcl.chm"
FPDocParams="--content=lcl.xct --package=lcl --descr=../${XMLSrcDir}lcl.xml --format=$HTMLFMT"
if [ "$HTMLFMT" == "chm" ]; then
FPDocParams="$FPDocParams --css-file=../fpdoc.css --output=lcl.chm"
fi
if [ -n "$FPDocFooter" ]; then
FPDocParams="$FPDocParams --footer=$FPDocFooter"