diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-05-22 06:57:54 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-05-22 06:57:54 -0700 |
commit | f68c246e2f2bbf2e52d0369bb195ff7aedb3c72a (patch) | |
tree | 9d1abbdd7f7487becc55d5c0509e7e1aaec6a955 | |
parent | 080429bad72c1ca87f636b85689d33e9096ff83b (diff) |
Don't remove ChangeLog on distclean
distclean is used in tarballs to return to a pristine state. Removing
the distributed ChangeLog would violate that.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c4a2bb8..a8e099a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ ChangeLog: dist-hook: ChangeLog -DISTCLEANFILES = ChangeLog +MAINTAINERCLEANFILES = ChangeLog clean-local : rm -f *~ |