aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index ae007d76b03..22276080c5d 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -42,6 +42,12 @@ General steps (for each step, check for possible errors):
42 because some of the commands below run Make, so they need 42 because some of the commands below run Make, so they need
43 Makefiles to be present. 43 Makefiles to be present.
44 44
45 For Emacs 28, and as long as --with-native-compilation is not the
46 default, the tree needs to be configured with native-compilation
47 enabled, to ensure all the pertinent *.elc files will end up in
48 the tarball. Otherwise, the *.eln files might not build correctly
49 on the user's system.
50
452. Regenerate the etc/AUTHORS file: 512. Regenerate the etc/AUTHORS file:
46 M-: (require 'authors) RET 52 M-: (require 'authors) RET
47 M-x authors RET 53 M-x authors RET