mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:59:14 +02:00
docs: building lazutils+lcl chm
git-svn-id: trunk@37869 -
This commit is contained in:
parent
a331c301ba
commit
e852f5b14c
@ -5,17 +5,22 @@
|
|||||||
# on 1.7GHz Core2 laptop single thread 6:26 minutes. Don't be impatient :-)
|
# on 1.7GHz Core2 laptop single thread 6:26 minutes. Don't be impatient :-)
|
||||||
|
|
||||||
# set to path to FPC docs dir. Default assume it is on the same level as the lazarus checkout
|
# set to path to FPC docs dir. Default assume it is on the same level as the lazarus checkout
|
||||||
FPCDIR=../../../fpcdocs
|
if [ -z "$FPCDocDir" ]; then
|
||||||
FPCDIREXP=`cd $FPCDIR ; pwd`
|
FPCDocDir=../../../fpcdocs
|
||||||
|
fi
|
||||||
|
FPCDocDirEXP=$(cd "$FPCDocDir" ; pwd)
|
||||||
|
|
||||||
if [ -d "$FPCDIREXP" ]
|
if [ -d "$FPCDocDirEXP" ]
|
||||||
then
|
then
|
||||||
echo FPCDOCS dir is $FPCDIREXP
|
echo FPCDOCS dir is $FPCDocDirEXP
|
||||||
else
|
else
|
||||||
echo FPCDOCS dir $FPCDIR expanded to $FPCDIREXP and was not found.
|
echo FPCDOCS dir $FPCDocDir expanded to $FPCDocDirEXP and was not found.
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export HTMLFMT=chm
|
export HTMLFMT=chm
|
||||||
sh build_lazutils_html.sh fpdoc `pwd`/locallclfooter.xml $FPCDIREXP 1>lazutilsoutput.log 2>lazutilserror.log
|
sh build_lazutils_html.sh fpdoc `pwd`/locallclfooter.xml $FPCDocDirEXP 1>lazutilsoutput.log 2>lazutilserror.log
|
||||||
sh build_lcl_html.sh fpdoc `pwd`/locallclfooter.xml $FPCDIREXP 1>lcloutput.log 2>lclerror.log
|
sh build_lcl_html.sh fpdoc `pwd`/locallclfooter.xml $FPCDocDirEXP 1>lcloutput.log 2>lclerror.log
|
||||||
|
|
||||||
|
# end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user