diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-12 22:00:50 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-12 22:00:50 +0200 |
commit | 2ced54ba17c63fda9f5da417f4dd0d5380db8b59 (patch) | |
tree | 06c64312ba30791be4ece3018c2029bf029e9e61 /Makefile.am | |
parent | 95aab3454879d73a8ad049c17d566629374b30bc (diff) | |
download | mate-panel-2ced54ba17c63fda9f5da417f4dd0d5380db8b59.tar.bz2 mate-panel-2ced54ba17c63fda9f5da417f4dd0d5380db8b59.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index aeb373fb..6aa5c924 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,11 +15,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-introspection --disable-s EXTRA_DIST = \ COPYING-DOCS \ - HACKING \ - mate-doc-utils.make - -DISTCLEANFILES = \ - mate-doc-utils.make + HACKING MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ @@ -36,7 +32,6 @@ MAINTAINERCLEANFILES = \ `find "$(srcdir)" -type f -name Makefile.in -print` \ $(srcdir)/configure \ $(srcdir)/gtk-doc.make \ - $(srcdir)/m4/mate-doc-utils.m4 \ $(srcdir)/m4/gtk-doc.m4 \ $(srcdir)/m4/intltool.m4 \ $(srcdir)/m4/libtool.m4 \ |