diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-05-14 16:11:44 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-05-14 16:11:44 +0300 |
commit | c665ca79ff47f7c2c0b0625069f4caa69162f1db (patch) | |
tree | 6afe1f46e5eb3c300deb817e985e95edf9dc7d53 | |
parent | 3aef46e466fd8e9032fe6565ea030653b1ec0cff (diff) | |
download | emacs-c665ca79ff47f7c2c0b0625069f4caa69162f1db.tar.gz emacs-c665ca79ff47f7c2c0b0625069f4caa69162f1db.tar.bz2 emacs-c665ca79ff47f7c2c0b0625069f4caa69162f1db.zip |
; * admin/make-tarball.txt: Minor copyedits.
-rw-r--r-- | admin/make-tarball.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 00516a0edd7..1cc97c883af 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -75,9 +75,10 @@ General steps (for each step, check for possible errors): For the first pretest of a new major release, consider starting a new top-level ChangeLog.N file if the last versioned ChangeLog.N file is too large. A good point to start a new ChangeLog.N file - is when the last one gets larger than 1.5 MiB. If so, start a new - one by bumping N, and also update the line in top-level - Makefile.in which says + is when the last one gets larger than 5 MiB, or when you make the + first pretest of a new major release, whichever happens later. If + so, start a new ChangeLog.N file by bumping N, and also update the + line in top-level Makefile.in which says CHANGELOG_HISTORY_INDEX_MAX = N |