emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 712505a82b9: Document assigning libraries to packages in make-t


From: Stefan Kangas
Subject: emacs-29 712505a82b9: Document assigning libraries to packages in make-tarball.txt
Date: Sun, 1 Oct 2023 09:11:22 -0400 (EDT)

branch: emacs-29
commit 712505a82b905873dc7aeddda03423ee296edf6c
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Document assigning libraries to packages in make-tarball.txt
    
    * admin/make-tarball.txt: Add new step to ensure that new libraries
    are assigned to packages.
---
 admin/make-tarball.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 505d3469d3c..5704e8e8922 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]