diff options
| author | Eli Zaretskii | 2023-05-14 16:11:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-05-14 16:11:44 +0300 |
| commit | c665ca79ff47f7c2c0b0625069f4caa69162f1db (patch) | |
| tree | 6afe1f46e5eb3c300deb817e985e95edf9dc7d53 /admin | |
| parent | 3aef46e466fd8e9032fe6565ea030653b1ec0cff (diff) | |
| download | emacs-c665ca79ff47f7c2c0b0625069f4caa69162f1db.tar.gz emacs-c665ca79ff47f7c2c0b0625069f4caa69162f1db.zip | |
; * admin/make-tarball.txt: Minor copyedits.
Diffstat (limited to 'admin')
| -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): | |||
| 75 | For the first pretest of a new major release, consider starting a | 75 | For the first pretest of a new major release, consider starting a |
| 76 | new top-level ChangeLog.N file if the last versioned ChangeLog.N | 76 | new top-level ChangeLog.N file if the last versioned ChangeLog.N |
| 77 | file is too large. A good point to start a new ChangeLog.N file | 77 | file is too large. A good point to start a new ChangeLog.N file |
| 78 | is when the last one gets larger than 1.5 MiB. If so, start a new | 78 | is when the last one gets larger than 5 MiB, or when you make the |
| 79 | one by bumping N, and also update the line in top-level | 79 | first pretest of a new major release, whichever happens later. If |
| 80 | Makefile.in which says | 80 | so, start a new ChangeLog.N file by bumping N, and also update the |
| 81 | line in top-level Makefile.in which says | ||
| 81 | 82 | ||
| 82 | CHANGELOG_HISTORY_INDEX_MAX = N | 83 | CHANGELOG_HISTORY_INDEX_MAX = N |
| 83 | 84 | ||