diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-13 18:50:54 +0200 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2009-08-13 11:51:42 -0500 |
commit | 342cd11c4861daa0d8f3687aa51574264a71c9a6 (patch) | |
tree | 3ceda12065495866a8d6082e17aa22d0f5161afa | |
parent | 7bab5000dc87ee00f01f2b53c39c0812d42ab421 (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-- | .gitignore | 4 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | docs/Makefile.am | 7 |
3 files changed, 17 insertions, 1 deletions
@@ -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 @@ -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 |