summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-13 18:50:54 +0200
committerJonathon Jongsma <jjongsma@gnome.org>2009-08-13 11:51:42 -0500
commit342cd11c4861daa0d8f3687aa51574264a71c9a6 (patch)
tree3ceda12065495866a8d6082e17aa22d0f5161afa
parent7bab5000dc87ee00f01f2b53c39c0812d42ab421 (diff)
Distribute mm-common documentation utilities
* docs/Makefile.am (dist_noinst_DATA): List the utility scripts installed by mm-common-prepare here, so they will be distributed.
-rw-r--r--.gitignore4
-rw-r--r--ChangeLog7
-rw-r--r--docs/Makefile.am7
3 files changed, 17 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d7a404d..08562c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,10 @@ stamp-h?
/MSVC_Net2008/cairomm/cairomm.rc
/MSVC_Net2008/cairomm/cairommconfig.h
+/docs/doc-install.pl
+/docs/doc-postprocess.pl
+/docs/tagfile-to-devhelp2.xsl
+
/docs/reference/Doxyfile
/docs/reference/cairomm_doxygen_tags
/docs/reference/cairomm-1.0.devhelp2
diff --git a/ChangeLog b/ChangeLog
index a022b83..3ad44fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-08-13 Daniel Elstner <danielk@openismus.com>
+ Distribute mm-common documentation utilities
+
+ * docs/Makefile.am (dist_noinst_DATA): List the utility scripts
+ installed by mm-common-prepare here, so they will be distributed.
+
+2009-08-13 Daniel Elstner <danielk@openismus.com>
+
Add missing call to MM_CONFIG_DOCTOOL_DIR
* configure.ac: Call MM_CONFIG_DOCTOOL_DIR([docs]) to indicate to
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 5fd62bf..6e8c50d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -25,4 +25,9 @@ htmlrefpub = $(pubdocbase)cairomm/reference
include $(top_srcdir)/build/doc-reference.am
-dist_noinst_DATA += reference/cairomm.css reference/cairomm-header.html
+dist_noinst_DATA += \
+ doc-install.pl \
+ doc-postprocess.pl \
+ tagfile-to-devhelp2.xsl \
+ reference/cairomm.css \
+ reference/cairomm-header.html