mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 11:29:31 +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"
|
||||
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
|
||||
if [ -n "$FPDocFooter" ]; then
|
||||
FPDocParams="$FPDocParams --footer=$FPDocFooter"
|
||||
fi
|
||||
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
|
||||
|
||||
cd $PackageName
|
||||
|
Loading…
Reference in New Issue
Block a user