build: Remove maintainer-clean rule
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 22 Feb 2011 18:32:01 +0000 (18:32 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 22 Feb 2011 18:32:01 +0000 (18:32 +0000)
The maintainer-clean files list is horribly out of date, nobody is
maintaining it, and it's honestly easier to use `git clean -xdf`
instead to clean untracked files.

Makefile.am

index 3293226..7246923 100644 (file)
@@ -20,16 +20,7 @@ DISTCLEANFILES =
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags --enable-docs
 
-# Extra clean files so that maintainer-clean removes *everything*
-MAINTAINERCLEANFILES =         \
-       aclocal.m4      \
-       config.guess    \
-       config.h.in     \
-        configure      \
-       gtk-doc.make    \
-       Makefile.in     \
-       $(NULL)
-
+# .release requires .changelog rules
 include $(top_srcdir)/build/autotools/Makefile.am.changelog
 include $(top_srcdir)/build/autotools/Makefile.am.release