summaryrefslogtreecommitdiff
path: root/gtkdoc-mkhtml.in
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-02-12 12:51:12 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-02-12 12:51:12 +0000
commit28fde951c1fd3dddf251a6a5bf061ab81787bc7c (patch)
tree27eb7cac9dff516ba84c69123a47f3c67d32664f /gtkdoc-mkhtml.in
parent04e70bb2f7d7ad136b5b3a647328f705e8380823 (diff)
downloadgtk-doc-28fde951c1fd3dddf251a6a5bf061ab81787bc7c.tar.gz
script used to copy gtk-doc.make into another module.
2003-02-09 James Henstridge <james@daa.com.au> * gtkdocize.in: script used to copy gtk-doc.make into another module. * gtk-doc.make: automake makefile fragment to handle gtk-doc support in other modules. * configure.in: check to make sure DocBook XML DTD and XSLT stylesheets are present in the XML catalog. * acinclude.m4 (JH_CHECK_XML_CATALOG): new macro to check for entries in the XML catalog. 2003-02-04 James Henstridge <james@daa.com.au> * gtk-doc.m4: a macro to check for gtk-doc. * Makefile.am (gtkdocdata_DATA): don't bother installing xml.dcl. It isn't used anymore (since switching xml mode to xsltproc). * gtkdoc-mkhtml.in (gtkdocdir): and here. * Makefile.am (gtkdocdatadir): change dir. * configure.in: put data files in $(datadir)/gtk-doc/data, so that they don't all get mixed up with the html docs installed by other packages.
Diffstat (limited to 'gtkdoc-mkhtml.in')
-rw-r--r--gtkdoc-mkhtml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkdoc-mkhtml.in b/gtkdoc-mkhtml.in
index b366cdd..f6bd4f0 100644
--- a/gtkdoc-mkhtml.in
+++ b/gtkdoc-mkhtml.in
@@ -18,7 +18,7 @@ module=$1
document=$2
prefix=@prefix@
-gtkdocdir=@datadir@/gtk-doc
+gtkdocdir=@datadir@/gtk-doc/data
declaration=$gtkdocdir/gtk-doc.dcl