diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/Makefile.am | 7 |
3 files changed, 9 insertions, 8 deletions
@@ -1,3 +1,11 @@ +2011-03-30 Murray Cumming <murrayc@murrayc.com> + + Use the latest mm-common. + + * configure.ac: Require the latest version. + * doc/Makefile.am: Don't specify the mm-common .pl files to distribute + because mm-common now does this automatically. + 2.27.99.2: 2011-03-29 Murray Cumming <murrayc@murrayc.com> diff --git a/configure.ac b/configure.ac index 36252648..12bd338b 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AM_MAINTAINER_MODE AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>]) -MM_PREREQ([0.9.3]) +MM_PREREQ([0.9.5]) MM_INIT_MODULE([glibmm-2.4]) MM_INIT_MODULE([giomm-2.4]) diff --git a/docs/Makefile.am b/docs/Makefile.am index 3bcea89b..379591a1 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -33,13 +33,6 @@ dist_docimages_DATA = images/gtkmm_logo.gif images/top.gif include $(top_srcdir)/build/doc-reference.am -# 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 \ |