summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-10 09:13:30 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-10 09:13:30 +0200
commitc5a252d925de1fabe6e0660776deb7ad9da8a1b7 (patch)
treeeae5b4d26a7ca0947307512e9c6e9e61cf3ba4d1 /docs
parent76b8fda19e11cbab868101befbe2912e31a1c220 (diff)
downloadglibmm-c5a252d925de1fabe6e0660776deb7ad9da8a1b7.tar.gz
Use versioned directory for documentation tools
* docs/Makefile.am (doctooldir): Use the versioned module name instead of the package name as $(datadir) subdirectory. * glib/glibmm-2.4.pc.in (doctooldir): Change the variable value accordingly.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9fd07028..149c944c 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -36,7 +36,7 @@ doc_install = $(PERL) -- $(srcdir)/doc-install.pl
doc_postprocess = $(PERL) -- $(srcdir)/doc-postprocess.pl
tagfile_to_devhelp2 = $(srcdir)/tagfile-to-devhelp2.xsl
-doctooldir = $(pkgdatadir)/doctool
+doctooldir = $(datadir)/$(GLIBMM_MODULE_NAME)/doctool
dist_doctool_DATA = doc-postprocess.pl doc-install.pl tagfile-to-devhelp2.xsl
docimagesdir = $(libdocdir)/images