From: Eli Zaretskii Date: Sun, 18 Aug 2024 04:56:57 +0000 (+0300) Subject: ; * admin/make-tarball.txt: Some clarifications. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a669d9a788603a27d4706ba2a02ac69fad855eec;p=emacs.git ; * admin/make-tarball.txt: Some clarifications. (cherry picked from commit 502285e84aaac4b6939d5f4e27351dd0e01498ed) --- 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): CHANGELOG_HISTORY_INDEX_MAX = N by incrementing the value of N by 1; then regenerate Makefile. - After bumping N, you need to actually create and commit - ChangeLog.N with the updated N, otherwise "M-x authors" below will - fail. The easiest way of creating the new ChangeLog.N is to - rename the file ChangeLog (without the .N suffix) left over from - the last major release (it is usually unversioned) and commit it. + After bumping N, you need to actually create and commit ChangeLog.N + with the updated N, otherwise "M-x authors" below will fail. The + easiest way of creating the new ChangeLog.N is to rename the file + ChangeLog (without the .N suffix) left over from the last release + (it is usually unversioned) and commit it, together with the + modified Makefile.in. If you don't have the unversioned ChangeLog + file from the last release, you can take it from the release + tarball. Now: