added output dirs for fpdoc html output

git-svn-id: trunk@6324 -
This commit is contained in:
mattias 2004-12-02 12:52:35 +00:00
parent 1e8413588c
commit 11934bb4b9
3 changed files with 3 additions and 1 deletions

1
.gitattributes vendored
View File

@ -373,6 +373,7 @@ docs/LCLMessages.txt svneol=native#text/plain
docs/LazarusIDEInternals.pdf -text svneol=unset#application/pdf
docs/Packages.txt svneol=native#text/plain
docs/RemoteDebugging.txt svneol=native#text/plain
docs/html/lcl/interfaces/gtk/README.txt svneol=native#text/plain
docs/html/update_gtkintf_html.sh -text svneol=native#application/x-sh
docs/html/update_html.sh -text svneol=native#application/x-sh
docs/html/update_lcl_html.sh -text svneol=native#application/x-sh

View File

@ -0,0 +1 @@
Output directory for the fpdoc HTML pages of the gtk interface

View File

@ -35,7 +35,7 @@ for unit in $UnitList; do
done
$FPDoc $DescrFiles --input=@$InputFileList --content=lcl.cnt --package=lcl \
--format=html
--format=html -o lcl
# end.