diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-11-18 21:42:07 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-11-18 21:42:07 +0000 |
commit | 652e399ffc8256d17e6d866e1c0f0a4789e8c3bc (patch) | |
tree | 7434bcd9afddc36b0c52ce10bb54477601ec8196 /admin/make-tarball.txt | |
parent | a04d85741378d0e419222dc3956c77550fd02d37 (diff) | |
download | emacs-652e399ffc8256d17e6d866e1c0f0a4789e8c3bc.tar.gz |
cus-load.el need no longer be committed.
Diffstat (limited to 'admin/make-tarball.txt')
-rw-r--r-- | admin/make-tarball.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 9b15f8d39b3..871c0ea25e2 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -21,11 +21,11 @@ For each step, check for possible errors. 5. rm configure; make bootstrap -6. Commit configure, README, AUTHORS, lisp/cus-load.el, - lisp/finder-inf.el, lisp/version.el, man/emacs.texi, - lispref/elisp.texi. Copy lisp/loaddefs.el to lisp/ldefs-boot.el - and commit lisp/ldefs-boot.el. For a release, also commit the - ChangeLog files in all directories. +6. Commit configure, README, AUTHORS, lisp/finder-inf.el, + lisp/version.el, man/emacs.texi, lispref/elisp.texi. Copy + lisp/loaddefs.el to lisp/ldefs-boot.el and commit + lisp/ldefs-boot.el. For a release, also commit the ChangeLog + files in all directories. 7. make-dist --snapshot. Check the contents of the new tar with admin/diff-tar-files against an older tar file. Some old pretest |