* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump.
This commit is contained in:
parent
502285e84a
commit
4d9d3fec1b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue