aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorAndrew Innes2001-10-23 10:58:06 +0000
committerAndrew Innes2001-10-23 10:58:06 +0000
commit461a145918bffbaaa2ea74d4a1e77f881b7d7c97 (patch)
tree7e843e625f67aa243486a353b7f90f05b03ec779 /admin
parent8738febd7b184f2bc6ddd560b70620c5866d5cd5 (diff)
downloademacs-461a145918bffbaaa2ea74d4a1e77f881b7d7c97.tar.gz
emacs-461a145918bffbaaa2ea74d4a1e77f881b7d7c97.zip
Remove remaining obsolete reference to
GETTING.GNU.SOFTWARE.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rwxr-xr-xadmin/nt/makedist.bat4
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 @@
12001-10-23 Andrew Innes <andrewi@gnu.org>
2
3 * nt/makedist.bat: Remove remaining obsolete reference to
4 GETTING.GNU.SOFTWARE.
5
12001-10-22 Gerd Moellmann <gerd@gnu.org> 62001-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
53echo Create full bin distribution 53echo Create full bin distribution
54copy %3\README.W32 emacs-%1\README.W32 54copy %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
57del emacs-%1\README.W32 57del emacs-%1\README.W32
58if not (%4) == () goto end 58if not (%4) == () goto end
59 59
@@ -97,7 +97,7 @@ cd distrib
97gunzip -c ..\%2-bin-i386.tar.gz | %TAR% xf - 97gunzip -c ..\%2-bin-i386.tar.gz | %TAR% xf -
98zip -rp9 em%5_bin %2 98zip -rp9 em%5_bin %2
99rm -rf %2 99rm -rf %2
100zipsplit -n 1400000 -b .. em%5_bin.zip 100zipsplit -n 2000000 -b .. em%5_bin.zip
101del em%5_bin.zip 101del em%5_bin.zip
102gunzip -c ..\%2-lisp.tar.gz | %TAR% xf - 102gunzip -c ..\%2-lisp.tar.gz | %TAR% xf -
103zip -rp9 em%5_lis %2 103zip -rp9 em%5_lis %2