summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-10-06 16:25:50 -0700
committerJosh Triplett <josh@freedesktop.org>2006-10-06 16:25:50 -0700
commit7b027e53b5e393082f4f515c8ba18077eb97163f (patch)
treee20f98762e68f6f6739dcdaf660c09677ba2b396
parentcab22e02e78b3e5b8a73d1cd55cf6686426b47e0 (diff)
Clean ChangeLog only in "make maintainer-clean", not "make clean"
ChangeLog requires a git repo to generate; make clean and make distclean shouldn't get rid of it.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aa27e20..ce046ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@ endif
EXTRA_DIST=x11.pc.in x11-xcb.pc.in ChangeLog
-CLEANFILES=ChangeLog
+MAINTAINERCLEANFILES=ChangeLog
.PHONY: ChangeLog