projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
502285e
)
* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump.
author
Andrea Corallo
<acorallo@gnu.org>
Sat, 17 Aug 2024 16:42:43 +0000
(18:42 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Sun, 18 Aug 2024 08:25:08 +0000
(10:25 +0200)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 1964fbbf8a959c558a68a8a7d47ddd4cc9714c5e..7a20b0f24d71fba7717128bf031dfbd2d77c3128 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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.