From 9635fffd6bd2c68ee123b8f9b558f51a504ff701 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 15 Mar 2011 10:39:22 +0100 Subject: 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. --- docs/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index d48a01b7..c6daf4de 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 -- cgit v1.2.1