diff options
| author | Andrew Innes | 2001-10-23 10:58:06 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-10-23 10:58:06 +0000 |
| commit | 461a145918bffbaaa2ea74d4a1e77f881b7d7c97 (patch) | |
| tree | 7e843e625f67aa243486a353b7f90f05b03ec779 /admin | |
| parent | 8738febd7b184f2bc6ddd560b70620c5866d5cd5 (diff) | |
| download | emacs-461a145918bffbaaa2ea74d4a1e77f881b7d7c97.tar.gz emacs-461a145918bffbaaa2ea74d4a1e77f881b7d7c97.zip | |
Remove remaining obsolete reference to
GETTING.GNU.SOFTWARE.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rwxr-xr-x | admin/nt/makedist.bat | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 83925daf8b2..bb34215d0ee 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-10-23 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * nt/makedist.bat: Remove remaining obsolete reference to | ||
| 4 | GETTING.GNU.SOFTWARE. | ||
| 5 | |||
| 1 | 2001-10-22 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-10-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * admin.el (set-version): Use `s' interactive spec for | 8 | * admin.el (set-version): Use `s' interactive spec for |
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index 673598d8bc3..34326fb19ad 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat | |||
| @@ -53,7 +53,7 @@ if not (%4) == () goto end | |||
| 53 | echo Create full bin distribution | 53 | echo Create full bin distribution |
| 54 | copy %3\README.W32 emacs-%1\README.W32 | 54 | copy %3\README.W32 emacs-%1\README.W32 |
| 55 | 55 | ||
| 56 | %TAR% --exclude temacs.exe --exclude emacs.mdp --exclude *.pdb --exclude *.opt --exclude *~ -cvf - emacs-%1/BUGS emacs-%1/GETTING.GNU.SOFTWARE emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/lock emacs-%1/site-lisp | gzip -9 > %2-fullbin-i386.tar.gz | 56 | %TAR% --exclude temacs.exe --exclude emacs.mdp --exclude *.pdb --exclude *.opt --exclude *~ -cvf - emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/lock emacs-%1/site-lisp | gzip -9 > %2-fullbin-i386.tar.gz |
| 57 | del emacs-%1\README.W32 | 57 | del emacs-%1\README.W32 |
| 58 | if not (%4) == () goto end | 58 | if not (%4) == () goto end |
| 59 | 59 | ||
| @@ -97,7 +97,7 @@ cd distrib | |||
| 97 | gunzip -c ..\%2-bin-i386.tar.gz | %TAR% xf - | 97 | gunzip -c ..\%2-bin-i386.tar.gz | %TAR% xf - |
| 98 | zip -rp9 em%5_bin %2 | 98 | zip -rp9 em%5_bin %2 |
| 99 | rm -rf %2 | 99 | rm -rf %2 |
| 100 | zipsplit -n 1400000 -b .. em%5_bin.zip | 100 | zipsplit -n 2000000 -b .. em%5_bin.zip |
| 101 | del em%5_bin.zip | 101 | del em%5_bin.zip |
| 102 | gunzip -c ..\%2-lisp.tar.gz | %TAR% xf - | 102 | gunzip -c ..\%2-lisp.tar.gz | %TAR% xf - |
| 103 | zip -rp9 em%5_lis %2 | 103 | zip -rp9 em%5_lis %2 |