summaryrefslogtreecommitdiff
path: root/gtkdoc-mkhtml.in
diff options
context:
space:
mode:
authorStefan Kost <stefkost@src.gnome.org>2009-01-08 09:24:14 +0000
committerStefan Kost <stefkost@src.gnome.org>2009-01-08 09:24:14 +0000
commitf5966c260195d7afeb7c7212f10a2ec2171c6441 (patch)
treedb601355732ab1b20f72adc78cd572df10ce4a65 /gtkdoc-mkhtml.in
parentef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42 (diff)
downloadgtk-doc-f5966c260195d7afeb7c7212f10a2ec2171c6441.tar.gz
Add support for --help and --version to remaining tools. Also show a short
* gtkdoc-check.in: * gtkdoc-depscan.in: * gtkdoc-fixxref.in: * gtkdoc-mkdb.in: * gtkdoc-mkhtml.in: * gtkdoc-mkman.in: * gtkdoc-mktmpl.in: * gtkdoc-rebase.in: * gtkdoc-scan.in: * gtkdoc-scangobj.in: * gtkdoc-scanobj.in: * gtkdocize.in: Add support for --help and --version to remaining tools. Also show a short info on --help and format more consistently. Fixes #566911 svn path=/trunk/; revision=636
Diffstat (limited to 'gtkdoc-mkhtml.in')
-rw-r--r--gtkdoc-mkhtml.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtkdoc-mkhtml.in b/gtkdoc-mkhtml.in
index d18b10e..cac1b80 100644
--- a/gtkdoc-mkhtml.in
+++ b/gtkdoc-mkhtml.in
@@ -49,6 +49,9 @@ else
path_option='--directory'
fi
+# we could do "$path_option $PWD "
+# to avoid needing rewriting entities that are copied from the header
+# into docs under xml
if test "X$searchpath" = "X"; then
path_arg=
else