mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
build: Remove maintainer-clean rule
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.
This commit is contained in:
parent
b3e4db4c73
commit
8bb81f008d
11
Makefile.am
11
Makefile.am
@ -20,16 +20,7 @@ DISTCLEANFILES =
|
|||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags --enable-docs
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags --enable-docs
|
||||||
|
|
||||||
# Extra clean files so that maintainer-clean removes *everything*
|
# .release requires .changelog rules
|
||||||
MAINTAINERCLEANFILES = \
|
|
||||||
aclocal.m4 \
|
|
||||||
config.guess \
|
|
||||||
config.h.in \
|
|
||||||
configure \
|
|
||||||
gtk-doc.make \
|
|
||||||
Makefile.in \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
include $(top_srcdir)/build/autotools/Makefile.am.changelog
|
include $(top_srcdir)/build/autotools/Makefile.am.changelog
|
||||||
include $(top_srcdir)/build/autotools/Makefile.am.release
|
include $(top_srcdir)/build/autotools/Makefile.am.release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user