[libsigc++2] Have mm-common-prepare install the doc utils



commit 8653ec08b1312e14f3b4f4499ebff34d85cfb4d7
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Aug 10 16:06:52 2009 +0200

    Have mm-common-prepare install the doc utils
    
    * configure.ac: Call MM_CONFIG_DOCTOOL_DIR([scripts]) to set
    up the destination directory for mm-common-prepare to copy
    the documentation utilities to.
    * scripts/doc-install.pl: Delete file.
    * scripts/doc-postprocess.pl: ditto,
    * scripts/tagfile-to-devhelp2.xsl: ditto.

 ChangeLog                       |   11 ++
 configure.ac                    |    2 +-
 scripts/doc-install.pl          |  221 ---------------------------------------
 scripts/doc-postprocess.pl      |   81 --------------
 scripts/tagfile-to-devhelp2.xsl |   79 --------------
 5 files changed, 12 insertions(+), 382 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fa5e8ff..a040804 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2009-08-09  Daniel Elstner  <danielk openismus com>
 
+	Have mm-common-prepare install the doc utils
+
+	* configure.ac: Call MM_CONFIG_DOCTOOL_DIR([scripts]) to set
+	up the destination directory for mm-common-prepare to copy
+	the documentation utilities to.
+	* scripts/doc-install.pl: Delete file.
+	* scripts/doc-postprocess.pl: ditto,
+	* scripts/tagfile-to-devhelp2.xsl: ditto.
+
+2009-08-09  Daniel Elstner  <danielk openismus com>
+
 	Refresh doc-install and doc-postprocess copies
 
 	* scripts/doc-install.pl, scripts/doc-postprocess.pl: Copy
diff --git a/configure.ac b/configure.ac
index 8e5d1b5..238a215 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,6 @@ AC_INIT([libsigc++], [2.2.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
         [libsigc++], [http://libsigc.sourceforge.net/])
 AC_PREREQ([2.59])
-m4_pattern_forbid([^_?MM_])
 
 AC_CONFIG_SRCDIR([sigc++/sigc++.h])
 AC_CONFIG_AUX_DIR([scripts])
@@ -31,6 +30,7 @@ AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
 MM_INIT_MODULE([sigc++-2.0], m4_expand([AC_PACKAGE_VERSION]))
+MM_CONFIG_DOCTOOL_DIR([scripts])
 
 AC_PROG_CXX
 AC_DISABLE_STATIC



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