summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-24 09:14:02 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-24 09:14:02 +0100
commitbc28ff1457c15eaebc8b1c7b1a078ac66d94b420 (patch)
tree4ce212f1f75833d0546ff2eb4462abf3e34093d1 /docs
parent18d3a5f25ac75f92ff20189821c1762a87d33a70 (diff)
downloadglibmm-bc28ff1457c15eaebc8b1c7b1a078ac66d94b420.tar.gz
Avoid a tarball dependency on mm-common.
* configure.ac: Add a call to MM_CONFIG_DOCTOOL_DIR() telling it to copy the files locally and use them from there. * docs/Makefile.am: Dist the copied files, so that the build does not try to use the versions installed by mm-common.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c6daf4de..3bcea89b 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -33,7 +33,14 @@ dist_docimages_DATA = images/gtkmm_logo.gif images/top.gif
include $(top_srcdir)/build/doc-reference.am
-dist_noinst_DATA += \
+# These are copied here by mm-common:
+dist_noinst_DATA += \
+ doc-install.pl \
+ doc-postprocess.pl \
+ tagfile-to-devhelp2.xsl \
+ doxygen.css
+
+dist_noinst_DATA += \
internal/documentation_generation.txt \
internal/gmmproc_internals.txt \
internal/using_gmmproc.txt \