mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 17:59:22 +02:00
lcl chm docs: added toc and index, fixed inter chm links
git-svn-id: trunk@17111 -
This commit is contained in:
parent
55b0e6d247
commit
44901be779
@ -50,13 +50,17 @@ fi
|
|||||||
|
|
||||||
FPDocParams="--content=lcl.xct --package=lcl --descr=../${XMLSrcDir}lcl.xml --format=$HTMLFMT"
|
FPDocParams="--content=lcl.xct --package=lcl --descr=../${XMLSrcDir}lcl.xml --format=$HTMLFMT"
|
||||||
if [ "$HTMLFMT" == "chm" ]; then
|
if [ "$HTMLFMT" == "chm" ]; then
|
||||||
FPDocParams="$FPDocParams --css-file=../fpdoc.css --output=lcl.chm"
|
FPDocParams="$FPDocParams --css-file=../fpdoc.css --auto-toc --auto-index --output=lcl.chm"
|
||||||
fi
|
fi
|
||||||
if [ -n "$FPDocFooter" ]; then
|
if [ -n "$FPDocFooter" ]; then
|
||||||
FPDocParams="$FPDocParams --footer=$FPDocFooter"
|
FPDocParams="$FPDocParams --footer=$FPDocFooter"
|
||||||
fi
|
fi
|
||||||
if [ -n "$FPCDocDir" ]; then
|
if [ -n "$FPCDocDir" ]; then
|
||||||
FPDocParams="$FPDocParams --import=$FPCDocDir/rtl.xct,../rtl/ --import=$FPCDocDir/fcl.xct,../fcl/"
|
if [ "$HTMLFMT" == "chm" ]; then
|
||||||
|
FPDocParams="$FPDocParams --import=$FPCDocDir/rtl.xct,ms-its:rtl.chm::/ --import=$FPCDocDir/fcl.xct,ms-its:fcl.chm::/"
|
||||||
|
else
|
||||||
|
FPDocParams="$FPDocParams --import=$FPCDocDir/rtl.xct,../rtl/ --import=$FPCDocDir/fcl.xct,../fcl/"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $PackageName
|
cd $PackageName
|
||||||
|
Loading…
Reference in New Issue
Block a user