summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2006-09-12 11:11:12 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2006-09-12 11:11:12 -0400
commitd896c3eaeafdb8831ed0833af46250c36f82502f (patch)
tree2f7fe3ef37f1cee18338578f6e58edfc9613002f /Makefile.am
parent1bb49c77c321fab1f5c268404ea0ec622fa083ed (diff)
Fix distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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