diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-26 15:35:47 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-26 15:35:47 +0200 |
commit | 88fbc42c5872c4bca0c3cb71133cda1e66584cee (patch) | |
tree | 37cb3248337a60f19cfb44e927a53e71f11accb8 /Makefile.am | |
parent | 95cd1b57f9cd1e84bca22a0d9ff6046e11344b71 (diff) | |
parent | 2ced54ba17c63fda9f5da417f4dd0d5380db8b59 (diff) | |
download | mate-panel-88fbc42c5872c4bca0c3cb71133cda1e66584cee.tar.bz2 mate-panel-88fbc42c5872c4bca0c3cb71133cda1e66584cee.tar.xz |
Merge branch 'dev-yelp-tools'
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 \ |