diff options
| author | Paul Eggert | 2011-03-20 22:34:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-20 22:34:48 -0700 |
| commit | 6e5fa6bfce1362c2ebf049fcfa1e6f2a4762ccef (patch) | |
| tree | f7ff137da14c352412ee3dc3fbcaf1316428fd97 /admin | |
| parent | 81e56e612dab7d80485c640068531710a713d205 (diff) | |
| parent | 77185bdf91d42fb19c02af0f51ce63280ce911a0 (diff) | |
| download | emacs-6e5fa6bfce1362c2ebf049fcfa1e6f2a4762ccef.tar.gz emacs-6e5fa6bfce1362c2ebf049fcfa1e6f2a4762ccef.zip | |
Merge from trunk and from gnulib stdio.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 6a8072de06c..9c47d6e1fa2 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -28,11 +28,14 @@ For each step, check for possible errors. | |||
| 28 | refer to a newer release of Emacs. (This is probably needed only | 28 | refer to a newer release of Emacs. (This is probably needed only |
| 29 | when preparing a major Emacs release, or branching for it.) | 29 | when preparing a major Emacs release, or branching for it.) |
| 30 | 30 | ||
| 31 | 5. autoreconf -I m4 --force | 31 | 5. Edit configure.in so that maintainer-mode is off by default. |
| 32 | (FIXME - need to find a better way of dealing with this). | ||
| 33 | |||
| 34 | autoreconf -I m4 --force | ||
| 32 | make bootstrap | 35 | make bootstrap |
| 33 | 36 | ||
| 34 | 6. Commit configure, src/config.in, etc/AUTHORS, all the files changed | 37 | 6. Commit etc/AUTHORS, all the files changed by M-x set-version, and |
| 35 | by M-x set-version, and lisp/cus-edit.el (if modified). | 38 | lisp/cus-edit.el (if modified). |
| 36 | Copy lisp/loaddefs.el to lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. | 39 | Copy lisp/loaddefs.el to lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. |
| 37 | For a release, also commit the ChangeLog files in all directories. | 40 | For a release, also commit the ChangeLog files in all directories. |
| 38 | 41 | ||