diff options
| author | Joakim Verona | 2013-03-08 00:03:52 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-03-08 00:03:52 +0100 |
| commit | 3a9e4f9ae9be6b16a33789a81b314e6efc7821c7 (patch) | |
| tree | a66dbb7a6baa171dfc095b0eb88c8971cf2cea84 /admin | |
| parent | 2dcf541ff79077c00b5ca257a005a163affb3c9a (diff) | |
| parent | c095b77025b5bc3ea72972b33dae025b4c52abeb (diff) | |
| download | emacs-3a9e4f9ae9be6b16a33789a81b314e6efc7821c7.tar.gz emacs-3a9e4f9ae9be6b16a33789a81b314e6efc7821c7.zip | |
auto upstream
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 144c34da15c..cfae61e092f 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -77,7 +77,8 @@ General steps (for each step, check for possible errors): | |||
| 77 | compile-NEW.log and compare it against an old one. The easiest way | 77 | compile-NEW.log and compare it against an old one. The easiest way |
| 78 | to do that is to visit the old log in Emacs, change the version | 78 | to do that is to visit the old log in Emacs, change the version |
| 79 | number of the old Emacs to __, do the same with the new log and do | 79 | number of the old Emacs to __, do the same with the new log and do |
| 80 | M-x ediff. Especially check that Info files aren't built. | 80 | M-x ediff. Especially check that Info files aren't built, and that |
| 81 | no autotools (autoconf etc) run. | ||
| 81 | 82 | ||
| 82 | 9. cd EMACS_ROOT_DIR && bzr tag TAG | 83 | 9. cd EMACS_ROOT_DIR && bzr tag TAG |
| 83 | TAG is emacs-XX.Y.ZZ for a pretest, emacs-XX.Y for a release. | 84 | TAG is emacs-XX.Y.ZZ for a pretest, emacs-XX.Y for a release. |