]> git.eshelyaron.com Git - emacs.git/commitdiff
Document assigning libraries to packages in make-tarball.txt
authorStefan Kangas <stefankangas@gmail.com>
Sun, 1 Oct 2023 13:09:38 +0000 (15:09 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 1 Oct 2023 13:09:38 +0000 (15:09 +0200)
* admin/make-tarball.txt: Add new step to ensure that new libraries
are assigned to packages.

admin/make-tarball.txt

index 505d3469d3c6db20f589501c397de99add413ebf..5704e8e892251f1ce9ef0a9a21373fb07d39437c 100644 (file)
@@ -22,6 +22,11 @@ Steps to take before starting on the first pretest in any release sequence:
     You can use 'gnupload --delete' (see below for more gnupload details).
     (We currently don't bother with this.)
 
+4.  Check that all new Lisp libraries belong to sensible packages.
+    Run "make -C lisp finder-data" and check the diff of the generated
+    file against the previously released Emacs version to see what has
+    changed.
+
 General steps (for each step, check for possible errors):
 
 1.    git pull     # fetch from the repository