summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-08-14 22:58:51 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-08-14 22:59:04 +0200
commit78b67ed8fd63943aa8158003137b9235716f5c86 (patch)
tree4908772bcd4003b339b11ea44e1c82b2d3205ed3
parentf5ef868695743c429775e0caea1d9882c9f8723d (diff)
make dist: Include generated ChangeLog.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e49e1ee..cc5de7d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,8 +64,8 @@ info_TEXINFOS = doc/guile-debbugs.texi
EXTRA_DIST += \
doc/fdl-1.3.texi
-dist-hook: $(distdir)/ChangeLog
-gen-ChangeLog $(distdir)/ChangeLog:
+dist-hook: gen-ChangeLog
+gen-ChangeLog:
$(AM_V_GEN)if test -d .git; then \
$(top_srcdir)/build-aux/gitlog-to-changelog \
> $(distdir)/cl-t; \