Update Changelogs

Close #21463
This commit is contained in:
Jean-Baptiste Kempf 2021-04-05 12:20:58 +02:00
parent 15fcb6592e
commit 5f990b0cd3
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog: Makefile.am
rm -f -- "$@"
cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
$(LN_S) -f doc/ChangeLog-2015 "$@"
$(LN_S) -f doc/ChangeLog-2021 "$@"
###############################################################################

View File

@ -46,6 +46,8 @@ CHANGELOGS = \
ChangeLog-2017 \
ChangeLog-2018 \
ChangeLog-2019 \
ChangeLog-2020 \
ChangeLog-2021 \
$(NULL)
man1_MANS = \
@ -91,7 +93,7 @@ $(CHANGELOGS): Makefile.am
fi
# This one needs to be rebuilt all the time :)
.PHONY: ChangeLog-2016 changelogs doc
.PHONY: ChangeLog-2021 changelogs doc
changelogs: $(CHANGELOGS)