aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2017-04-24 19:48:47 +0300
committerLasse Collin <lasse.collin@tukaani.org>2018-03-28 19:16:06 +0300
commit3ea5dbd9b0d79048e336e40cef3b6d814fb74e13 (patch)
tree75e1fd0baa3ee7efcadba5a50eb53832f734ee83 /Makefile.am
parentUpdate the Git repository URL to HTTPS in ChangeLog. (diff)
downloadxz-3ea5dbd9b0d79048e336e40cef3b6d814fb74e13.tar.xz
Build: Omit pre-5.0.0 entries from the generated ChangeLog.
It makes ChangeLog significantly smaller.
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 10536971..16db5142 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,8 @@ manfiles = \
# Convert the man pages to PDF and plain text (ASCII only) formats.
dist-hook:
if test -d "$(srcdir)/.git" && type git > /dev/null 2>&1; then \
- ( cd "$(srcdir)" && git log --date=iso --stat ) \
+ ( cd "$(srcdir)" && git log --date=iso --stat \
+ b667a3ef6338a2c1db7b7706b1f6c99ea392221c^..HEAD ) \
> "$(distdir)/ChangeLog"; \
fi
if type groff > /dev/null 2>&1 && type ps2pdf > /dev/null 2>&1; then \