diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-04 18:34:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-04 18:34:20 -0700 |
commit | 1dc8867f53a81d6e1c413d393039747668d27bd4 (patch) | |
tree | b9e1dcfd097380ab246564334361928f7d2ea260 /Makefile.am | |
parent | 81b27280717dc7e06a9ebbd196fae03a9e719db3 (diff) |
Replace static ChangeLog with dist-hook to generate from git log
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 |