diff options
| author | Karoly Lorentey | 2005-04-25 11:47:55 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-04-25 11:47:55 +0000 |
| commit | 5ad1bc4dead80db3e81a6855714bc0b5817f5fc0 (patch) | |
| tree | d9a6baba163ca50b60f19b3f63adeb29dac2071b /admin | |
| parent | 8d6f9bce72ee94ed6c297b79a181eac3f5beca74 (diff) | |
| parent | 37c5c4a7273ea3e538d3aab8862645b9096af738 (diff) | |
| download | emacs-5ad1bc4dead80db3e81a6855714bc0b5817f5fc0.tar.gz emacs-5ad1bc4dead80db3e81a6855714bc0b5817f5fc0.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 269)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-269
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-331
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | admin/make-tarball.txt | 13 |
2 files changed, 11 insertions, 6 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 64e9c806d4c..03f5e0ed066 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-19 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * make-tarball.txt: Don't commit lisp/loaddefs.el. | ||
| 4 | |||
| 1 | 2005-04-14 Lute Kamstra <lute@gnu.org> | 5 | 2005-04-14 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * nt/makedist.bat (elfiles): Update. | 7 | * nt/makedist.bat (elfiles): Update. |
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 30f5dc33082..4ca4a21feab 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -21,10 +21,11 @@ For each step, check for possible errors. | |||
| 21 | 21 | ||
| 22 | 5. rm configure; make bootstrap | 22 | 5. rm configure; make bootstrap |
| 23 | 23 | ||
| 24 | 6. Commit configure, README, AUTHORS, lisp/loaddefs.el, | 24 | 6. Commit configure, README, AUTHORS, lisp/cus-load.el, |
| 25 | lisp/cus-load.el, lisp/finder-inf.el, lisp/version.el, | 25 | lisp/finder-inf.el, lisp/version.el, man/emacs.texi. |
| 26 | man/emacs.texi. For a release, also commit the ChangeLog files in | 26 | Copy lisp/loaddefs.el to lisp/ldefs-boot.el and commit |
| 27 | all directories. | 27 | lisp/ldefs-boot.el. For a release, also commit the ChangeLog |
| 28 | files in all directories. | ||
| 28 | 29 | ||
| 29 | 7. make-dist --snapshot. Check the contents of the new tar with | 30 | 7. make-dist --snapshot. Check the contents of the new tar with |
| 30 | admin/diff-tar-files against an older tar file. Some old pretest | 31 | admin/diff-tar-files against an older tar file. Some old pretest |
| @@ -34,12 +35,12 @@ For each step, check for possible errors. | |||
| 34 | 8. xdelta delta emacs-OLD.tar.gz emacs-NEW.tar.gz emacs-OLD-NEW.xdelta | 35 | 8. xdelta delta emacs-OLD.tar.gz emacs-NEW.tar.gz emacs-OLD-NEW.xdelta |
| 35 | 36 | ||
| 36 | 9. tar -zxf emacs-NEW.tar.gz; cd emacs-NEW | 37 | 9. tar -zxf emacs-NEW.tar.gz; cd emacs-NEW |
| 37 | configure && make && make -n install | 38 | ./configure && make && make -n install |
| 38 | Use `script' or M-x compile to save the compilation log in | 39 | Use `script' or M-x compile to save the compilation log in |
| 39 | compile-NEW.log and compare it against an old one. The easiest way | 40 | compile-NEW.log and compare it against an old one. The easiest way |
| 40 | to do that is to visit the old log in Emacs, change the version | 41 | to do that is to visit the old log in Emacs, change the version |
| 41 | number of the old Emacs to __, do the same with the new log and do | 42 | number of the old Emacs to __, do the same with the new log and do |
| 42 | M-x ediff. Especially check that Info files aren't built. | 43 | M-x ediff. Especially check that Info files aren't built. |
| 43 | 44 | ||
| 44 | 10. cd EMACS_ROOT_DIR; cvs tag TAG | 45 | 10. cd EMACS_ROOT_DIR; cvs tag TAG |
| 45 | TAG is EMACS_PRETEST_XX_YY_ZZZ for a pretest, EMACS_XX_YY for a | 46 | TAG is EMACS_PRETEST_XX_YY_ZZZ for a pretest, EMACS_XX_YY for a |