mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Start the generated ChangeLog from around 5.4.0 instead of 5.2.0.
This commit is contained in:
parent
0b8cefa136
commit
22140a2df6
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ manfiles = \
|
||||||
dist-hook:
|
dist-hook:
|
||||||
if test -d "$(srcdir)/.git" && type git > /dev/null 2>&1; then \
|
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 \
|
||||||
6060f7dc76fd6c2a8a1f8e85d0e4d86bb78273e6^..HEAD ) \
|
b69da6d4bb6bb11fc0cf066920791990d2b22a06^..HEAD ) \
|
||||||
> "$(distdir)/ChangeLog"; \
|
> "$(distdir)/ChangeLog"; \
|
||||||
fi
|
fi
|
||||||
if type groff > /dev/null 2>&1 && type ps2pdf > /dev/null 2>&1; then \
|
if type groff > /dev/null 2>&1 && type ps2pdf > /dev/null 2>&1; then \
|
||||||
|
|
Loading…
Reference in a new issue