diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-09-12 11:11:12 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-09-12 11:11:12 -0400 |
commit | d896c3eaeafdb8831ed0833af46250c36f82502f (patch) | |
tree | 2f7fe3ef37f1cee18338578f6e58edfc9613002f | |
parent | 1bb49c77c321fab1f5c268404ea0ec622fa083ed (diff) |
Fix distcheck.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 544f0db..687e1d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,8 +49,9 @@ EXTRA_DIST = xfont.pc.in autogen.sh include/X11/fonts/fontconf.h.in ChangeLog .PHONY: ChangeLog +CLEANFILES = ChangeLog ChangeLog: - GIT_DIR=${srcdir}/.git git-log > ChangeLog + git-log > ChangeLog dist-hook: ChangeLog |