mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +02:00
docs: gitignore
This commit is contained in:
parent
61a1afe43f
commit
ed1805b1ac
2
docs/.gitignore
vendored
Normal file
2
docs/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
lcl
|
||||
lazutils
|
1
docs/html/.gitignore
vendored
Normal file
1
docs/html/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
build_lcl_docs
|
@ -1,28 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
# basic script to do an lcl.chm build. Marco van de Voort dec 2011
|
||||
|
||||
# assumes a fpcdocs checkout where "fixdocs.sh" has been successfully run.
|
||||
# on 1.7GHz Core2 laptop single thread 6:26 minutes. Don't be impatient :-)
|
||||
|
||||
set -e
|
||||
|
||||
# set to path to FPC docs dir. Default assume it is on the same level as the lazarus checkout
|
||||
if [ -z "$FPCDocDir" ]; then
|
||||
FPCDocDir=../../../fpcdocs
|
||||
fi
|
||||
FPCDocDirEXP=$(cd "$FPCDocDir" ; pwd)
|
||||
|
||||
if [ -d "$FPCDocDirEXP" ]
|
||||
then
|
||||
echo FPCDOCS dir is $FPCDocDirEXP
|
||||
else
|
||||
echo FPCDOCS dir $FPCDocDir expanded to $FPCDocDirEXP and was not found.
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export HTMLFMT=chm
|
||||
bash build_lazutils_html.sh fpdoc `pwd`/locallclfooter.xml $FPCDocDirEXP 1>lazutilsoutput.log 2>lazutilserror.log
|
||||
bash build_lcl_html.sh fpdoc `pwd`/locallclfooter.xml $FPCDocDirEXP 1>lcloutput.log 2>lclerror.log
|
||||
|
||||
# end.
|
||||
|
Loading…
Reference in New Issue
Block a user