From 11934bb4b9bac3321c9988a40029142f03d8164d Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 2 Dec 2004 12:52:35 +0000 Subject: [PATCH] added output dirs for fpdoc html output git-svn-id: trunk@6324 - --- .gitattributes | 1 + docs/html/lcl/interfaces/gtk/README.txt | 1 + docs/html/update_lcl_html.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/html/lcl/interfaces/gtk/README.txt diff --git a/.gitattributes b/.gitattributes index 45990bd091..5a9e121ab5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/docs/html/lcl/interfaces/gtk/README.txt b/docs/html/lcl/interfaces/gtk/README.txt new file mode 100644 index 0000000000..611853c4e5 --- /dev/null +++ b/docs/html/lcl/interfaces/gtk/README.txt @@ -0,0 +1 @@ +Output directory for the fpdoc HTML pages of the gtk interface diff --git a/docs/html/update_lcl_html.sh b/docs/html/update_lcl_html.sh index 5fb1c2583d..20c79f79ab 100644 --- a/docs/html/update_lcl_html.sh +++ b/docs/html/update_lcl_html.sh @@ -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.