aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPo Lu2024-08-20 21:57:25 +0800
committerPo Lu2024-08-20 21:57:25 +0800
commita2684967270387d2e7ec79de148f04b7f54f2260 (patch)
tree41098b24a2e99cd9f05448d18ea4f1c9fa808606 /admin
parente1ee82f7387fa4e8c2d2bc096eae393298906329 (diff)
parent3419e7ea522462c47a5ab4389a879d8b7c14452b (diff)
downloademacs-a2684967270387d2e7ec79de148f04b7f54f2260.tar.gz
emacs-a2684967270387d2e7ec79de148f04b7f54f2260.zip
Merge from savannah/emacs-30
3419e7ea522 Correct Android failure to open an old CJK font 45ae4de0e7c * lisp/help-fns.el (help-definition-prefixes): Don't dele... fc7581ae2ee ; Fix documentation of secure-hash functions 21be5cadaf1 ; * lisp/subr.el (sha1): Fix typo in docstring. 8715619d485 ; * etc/NEWS: Fix wording of last change. 023d387a7bd Update to Org 9.7.10 b54e8b3741b ; * etc/NEWS: Announce 'shr-fill-text'. acfd91bc0c7 ; * lisp/emacs-lisp/compat.el: Fix header style. 55337dc36a2 * test/infra/gitlab-ci.yml (.tree-sitter-template): Adapt... d8e9eb73c2b Bump use-package version for Emacs 30.1 4d9d3fec1b9 * Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump. 502285e84aa ; * admin/make-tarball.txt: Some clarifications.
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 15342319829..1b6d9744ecc 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -95,11 +95,14 @@ General steps (for each step, check for possible errors):
95 CHANGELOG_HISTORY_INDEX_MAX = N 95 CHANGELOG_HISTORY_INDEX_MAX = N
96 96
97 by incrementing the value of N by 1; then regenerate Makefile. 97 by incrementing the value of N by 1; then regenerate Makefile.
98 After bumping N, you need to actually create and commit 98 After bumping N, you need to actually create and commit ChangeLog.N
99 ChangeLog.N with the updated N, otherwise "M-x authors" below will 99 with the updated N, otherwise "M-x authors" below will fail. The
100 fail. The easiest way of creating the new ChangeLog.N is to 100 easiest way of creating the new ChangeLog.N is to rename the file
101 rename the file ChangeLog (without the .N suffix) left over from 101 ChangeLog (without the .N suffix) left over from the last release
102 the last major release (it is usually unversioned) and commit it. 102 (it is usually unversioned) and commit it, together with the
103 modified Makefile.in. If you don't have the unversioned ChangeLog
104 file from the last release, you can take it from the release
105 tarball.
103 106
104 Now: 107 Now:
105 108