* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump.

This commit is contained in:
Andrea Corallo 2024-08-17 18:42:43 +02:00
parent 502285e84a
commit 4d9d3fec1b

View file

@ -1303,7 +1303,7 @@ emacslog = build-aux/gitlog-to-emacslog
# The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ...,
# ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for
# the newest (highest-numbered) ChangeLog history file.
CHANGELOG_HISTORY_INDEX_MAX = 3
CHANGELOG_HISTORY_INDEX_MAX = 4
CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX)
# Convert git commit log to ChangeLog file. make-dist uses this.