diff options
| author | Eli Zaretskii | 2024-08-18 07:56:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-08-18 07:56:57 +0300 |
| commit | 502285e84aaac4b6939d5f4e27351dd0e01498ed (patch) | |
| tree | 509ed1fee8d33bdb8a7319dc6c89a9a5fa8ff4c2 /admin | |
| parent | 9e7c2d3816ec3e1247b1bd3cfcafc60a84b0f5ec (diff) | |
| download | emacs-502285e84aaac4b6939d5f4e27351dd0e01498ed.tar.gz emacs-502285e84aaac4b6939d5f4e27351dd0e01498ed.zip | |
; * admin/make-tarball.txt: Some clarifications.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 15342319829..1b6d9744ecc 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -95,11 +95,14 @@ General steps (for each step, check for possible errors): | |||
| 95 | CHANGELOG_HISTORY_INDEX_MAX = N | 95 | CHANGELOG_HISTORY_INDEX_MAX = N |
| 96 | 96 | ||
| 97 | by incrementing the value of N by 1; then regenerate Makefile. | 97 | by incrementing the value of N by 1; then regenerate Makefile. |
| 98 | After bumping N, you need to actually create and commit | 98 | After bumping N, you need to actually create and commit ChangeLog.N |
| 99 | ChangeLog.N with the updated N, otherwise "M-x authors" below will | 99 | with the updated N, otherwise "M-x authors" below will fail. The |
| 100 | fail. The easiest way of creating the new ChangeLog.N is to | 100 | easiest way of creating the new ChangeLog.N is to rename the file |
| 101 | rename the file ChangeLog (without the .N suffix) left over from | 101 | ChangeLog (without the .N suffix) left over from the last release |
| 102 | the last major release (it is usually unversioned) and commit it. | 102 | (it is usually unversioned) and commit it, together with the |
| 103 | modified Makefile.in. If you don't have the unversioned ChangeLog | ||
| 104 | file from the last release, you can take it from the release | ||
| 105 | tarball. | ||
| 103 | 106 | ||
| 104 | Now: | 107 | Now: |
| 105 | 108 | ||