summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-10-04 18:34:20 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-10-04 18:34:20 -0700
commit1dc8867f53a81d6e1c413d393039747668d27bd4 (patch)
treeb9e1dcfd097380ab246564334361928f7d2ea260 /Makefile.am
parent81b27280717dc7e06a9ebbd196fae03a9e719db3 (diff)
downloadxorg-lib-libfontenc-1dc8867f53a81d6e1c413d393039747668d27bd4.tar.gz
Replace static ChangeLog with dist-hook to generate from git log
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ad9f262..a16b742 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,3 +26,9 @@ pkgconfig_DATA = fontenc.pc
EXTRA_DIST = fontenc.pc.in autogen.sh
+.PHONY: ChangeLog
+
+ChangeLog:
+ git-log > ChangeLog
+
+dist-hook: ChangeLog