[glibmm] Do not install the doctool/*.pl scripts, such as doc-install.pl.



commit 9635fffd6bd2c68ee123b8f9b558f51a504ff701
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 15 10:39:22 2011 +0100

    Do not install the doctool/*.pl scripts, such as doc-install.pl.
    
    * docs/Makefile.am: These were already installed by mm-common too, and are
    now discovered via pkg-config from mm-common-util, by the existing
    macro. No changes should be necessary to other modules, though autogen.sh
    might need to be run again.

 ChangeLog        |    9 +++++++++
 docs/Makefile.am |    3 ---
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dfc859b..e72fa0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-03-15  Murray Cumming  <murrayc murrayc com>
+
+	Do not install the doctool/*.pl scripts, such as doc-install.pl.
+
+	* docs/Makefile.am: These were already installed by mm-common too, and are
+	now discovered via pkg-config from mm-common-util, by the existing
+	macro. No changes should be necessary to other modules, though autogen.sh
+	might need to be run again.
+
 2011-03-11  Murray Cumming  <murrayc murrayc com>
 
 	FileInfo: Added more TODOs about using ustring instead of std::string.
diff --git a/docs/Makefile.am b/docs/Makefile.am
index d48a01b..c6daf4d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -28,9 +28,6 @@ doc_input = $(addprefix $(top_srcdir)/glib/glibmm/,$(glibmm_files_h)) \
             $(addprefix $(top_srcdir)/gio/giomm/,$(giomm_files_h)) \
             $(top_srcdir)/glib/glibmm.h
 
-doctooldir = $(datadir)/$(GLIBMM_MODULE_NAME)/doctool
-dist_doctool_DATA = doc-install.pl doc-postprocess.pl doxygen.css tagfile-to-devhelp2.xsl
-
 docimagesdir = $(libdocdir)/images
 dist_docimages_DATA = images/gtkmm_logo.gif images/top.gif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]