aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-14 19:38:34 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-14 19:38:34 +0200
commit22140a2df6161b0110e6b4afa5ea0a07c5b60b01 (patch)
tree348bc1929df5b6e067343a94876662c98469a1b7 /Makefile.am
parentFixed NEWS for 5.5.2beta. (diff)
downloadxz-22140a2df6161b0110e6b4afa5ea0a07c5b60b01.tar.xz
Build: Start the generated ChangeLog from around 5.4.0 instead of 5.2.0.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 03ed7156..9a6f7eca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,7 +88,7 @@ manfiles = \
dist-hook:
if test -d "$(srcdir)/.git" && type git > /dev/null 2>&1; then \
( cd "$(srcdir)" && git log --date=iso --stat \
- 6060f7dc76fd6c2a8a1f8e85d0e4d86bb78273e6^..HEAD ) \
+ b69da6d4bb6bb11fc0cf066920791990d2b22a06^..HEAD ) \
> "$(distdir)/ChangeLog"; \
fi
if type groff > /dev/null 2>&1 && type ps2pdf > /dev/null 2>&1; then \