diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-25 19:28:26 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-25 19:28:26 +0300 |
commit | 352672732c346c546ff3c26d0605bc0ed1c8b7c7 (patch) | |
tree | 985ed39267b578c00c0b8a44d000c80adf43c697 | |
parent | Translations: Change the copyright comment string to use with po4a. (diff) | |
download | xz-352672732c346c546ff3c26d0605bc0ed1c8b7c7.tar.xz |
Build: Start the generated ChangeLog from around 5.2.0 instead of 5.0.0.
This makes ChangeLog smaller.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e5b1265e..fa4b455d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,7 +79,7 @@ manfiles = \ dist-hook: if test -d "$(srcdir)/.git" && type git > /dev/null 2>&1; then \ ( cd "$(srcdir)" && git log --date=iso --stat \ - b667a3ef6338a2c1db7b7706b1f6c99ea392221c^..HEAD ) \ + 6060f7dc76fd6c2a8a1f8e85d0e4d86bb78273e6^..HEAD ) \ > "$(distdir)/ChangeLog"; \ fi if type groff > /dev/null 2>&1 && type ps2pdf > /dev/null 2>&1; then \ |