diff options
| author | Stefan Kangas | 2023-10-01 15:09:38 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-10-01 15:09:38 +0200 |
| commit | 712505a82b905873dc7aeddda03423ee296edf6c (patch) | |
| tree | 48e1477a5afc5c1c4a79754dd3a64722808a7bce /admin | |
| parent | 6bdc5cfe384a017d775421e03ed4d77feddb76b9 (diff) | |
| download | emacs-712505a82b905873dc7aeddda03423ee296edf6c.tar.gz emacs-712505a82b905873dc7aeddda03423ee296edf6c.zip | |
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.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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: | |||
| 22 | You can use 'gnupload --delete' (see below for more gnupload details). | 22 | You can use 'gnupload --delete' (see below for more gnupload details). |
| 23 | (We currently don't bother with this.) | 23 | (We currently don't bother with this.) |
| 24 | 24 | ||
| 25 | 4. Check that all new Lisp libraries belong to sensible packages. | ||
| 26 | Run "make -C lisp finder-data" and check the diff of the generated | ||
| 27 | file against the previously released Emacs version to see what has | ||
| 28 | changed. | ||
| 29 | |||
| 25 | General steps (for each step, check for possible errors): | 30 | General steps (for each step, check for possible errors): |
| 26 | 31 | ||
| 27 | 1. git pull # fetch from the repository | 32 | 1. git pull # fetch from the repository |