summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6266b2d..fbaefed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,3 +31,8 @@ pkgconfig_DATA = libpinyin.pc
if ENABLE_LIBZHUYIN
pkgconfig_DATA += libzhuyin.pc
endif
+
+dist-hook:
+ if test -d .git ; then \
+ git log --name-status --date=iso > $(distdir)/ChangeLog ; \
+ fi