comparison admin/make-tarball.txt @ 91041:bdb3fe0ba9fa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author Miles Bader <miles@gnu.org>
date Thu, 11 Oct 2007 16:22:07 +0000
parents 92c344270c8a 931690a65909
children c70e45a7acfd
comparison
equal deleted inserted replaced
91040:14c4a6aac623 91041:bdb3fe0ba9fa
8 8
9 2. Bootstrap to make 100% sure all elc files are up-to-date, and to 9 2. Bootstrap to make 100% sure all elc files are up-to-date, and to
10 make sure that the later tagged version will bootstrap, should it be 10 make sure that the later tagged version will bootstrap, should it be
11 necessary to check it out. 11 necessary to check it out.
12 12
13 3. Regenerate Emacs' AUTHORS file (M-x load-file RET 13 3. Regenerate Emacs' etc/AUTHORS file (M-x load-file RET
14 lisp/emacs-lisp/authors.el RET, then M-x authors RET, then save 14 lisp/emacs-lisp/authors.el RET, then M-x authors RET, then save
15 the *Authors* buffer). This may require fixing syntactically 15 the *Authors* buffer). This may require fixing syntactically
16 incorrect ChangeLog entries beforehand. 16 incorrect ChangeLog entries beforehand.
17 17
18 4. Set the version number (M-x load-file RET admin/admin.el RET, then 18 4. Set the version number (M-x load-file RET admin/admin.el RET, then
19 M-x set-version RET). For a release, add released change log 19 M-x set-version RET). For a release, add released change log
20 entries (M-x add-release-logs RET). 20 entries (M-x add-release-logs RET).
21 21
22 5. rm configure; make bootstrap 22 5. rm configure; make bootstrap
23 23
24 6. Commit configure, README, AUTHORS, lisp/finder-inf.el, 24 6. Commit configure, README, etc/AUTHORS, lisp/finder-inf.el,
25 lisp/version.el, man/emacs.texi, lispref/elisp.texi, 25 lisp/version.el, man/emacs.texi, lispref/elisp.texi,
26 mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings, 26 mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings,
27 mac/src/Emacs.r, nt/emacs.rc. Copy lisp/loaddefs.el to 27 mac/src/Emacs.r, nt/emacs.rc. Copy lisp/loaddefs.el to
28 lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. For a release, 28 lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. For a release,
29 also commit the ChangeLog files in all directories. 29 also commit the ChangeLog files in all directories.