diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-10-06 16:25:50 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-10-06 16:25:50 -0700 |
commit | 7b027e53b5e393082f4f515c8ba18077eb97163f (patch) | |
tree | e20f98762e68f6f6739dcdaf660c09677ba2b396 | |
parent | cab22e02e78b3e5b8a73d1cd55cf6686426b47e0 (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.am | 2 |
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 |