]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/make-tarball.txt: Small clarification.
authorStefan Kangas <stefan@marxist.se>
Wed, 29 Jun 2022 12:07:36 +0000 (14:07 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 29 Jun 2022 12:08:31 +0000 (14:08 +0200)
admin/make-tarball.txt

index 02b4f318e26cffd3e3041db6d16e7b619d1c0428..98001e24e7dd8704b222fdb6cd0dc068892d40c3 100644 (file)
@@ -158,13 +158,15 @@ General steps (for each step, check for possible errors):
 
 5.  Copy lisp/loaddefs.el to lisp/ldefs-boot.el.
 
-    Commit ChangeLog.N, etc/AUTHORS, lisp/ldefs-boot.el, and the
-    files changed by M-x set-version.  The easiest way of doing that
-    is "C-x v d ROOT-DIR RET", then go to the first modified file,
-    press 'M' to mark all modified files, and finally 'v' to commit
-    them.  Make sure the commit log message mentions all the changes
-    in all modified files, as by default 'v' doesn't necessarily do
-    so.
+    Commit ChangeLog.N, etc/AUTHORS, lisp/ldefs-boot.el, and the files
+    changed by M-x set-version.  Note that the set-version changes
+    should be committed separately, as described in step 3 above.
+
+    The easiest way of doing that is "C-x v d ROOT-DIR RET", then go
+    to the first modified file, press 'M' to mark all modified files,
+    and finally 'v' to commit them.  Make sure the commit log message
+    mentions all the changes in all modified files, as by default 'v'
+    doesn't necessarily do so.
 
     If someone else made a commit between step 1 and now,
     you need to repeat from step 4 onwards.  (You can commit the files