mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
LCL docs: fixed creation of html docs (issue #12448)
git-svn-id: trunk@17073 -
This commit is contained in:
parent
a661525648
commit
4a65c0d190
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user