aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2015-04-03 11:16:23 -0400
committerGlenn Morris2015-04-03 11:16:23 -0400
commit21d4bf6c449c9ca24f514c82cc0aa2f2ba65f748 (patch)
treead910fc0065f54f564e3cffb116fdfe9b50d91e5 /admin
parentf3b70a795bd521fe08e18a5307c67831ab77c96d (diff)
downloademacs-21d4bf6c449c9ca24f514c82cc0aa2f2ba65f748.tar.gz
emacs-21d4bf6c449c9ca24f514c82cc0aa2f2ba65f748.zip
* admin/make-tarball.txt: Copyedits.
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 9603c616ae1..9511f4b7361 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -52,9 +52,11 @@ General steps (for each step, check for possible errors):
52 number to that of the actual release. Pick a date about a week 52 number to that of the actual release. Pick a date about a week
53 from now when you intend to make the release. Use M-x add-release-logs 53 from now when you intend to make the release. Use M-x add-release-logs
54 to add the ChangeLog entries for that date to the tar file (but 54 to add the ChangeLog entries for that date to the tar file (but
55 not yet to the repository). Name the tar file as 55 do not commit the entries to the repository until the actual release).
56 emacs-XX.Y-rc1.tar. If all goes well in the following week, you 56 Name the tar file as emacs-XX.Y-rc1.tar. If all goes well in the
57 can simply rename the file and use it for the actual release. 57 following week, you can simply rename the file and use it for the
58 actual release. If you need another release candidate, remember
59 to adjust the ChangeLog entries.
58 60
594. autoreconf -i -I m4 --force 614. autoreconf -i -I m4 --force
60 make bootstrap 62 make bootstrap