]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/make-tarball.txt: Some clarifications.
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Aug 2024 04:56:57 +0000 (07:56 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:11:11 +0000 (16:11 +0200)
(cherry picked from commit 502285e84aaac4b6939d5f4e27351dd0e01498ed)

admin/make-tarball.txt

index 15342319829a730e2fa854529766ac8c9dbfa10b..1b6d9744ecc442fb9d5de2e5edb919130868ffb0 100644 (file)
@@ -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: