Remove remaining obsolete reference to
authorAndrew Innes <andrewi@gnu.org>
Tue, 23 Oct 2001 10:58:06 +0000 (10:58 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 23 Oct 2001 10:58:06 +0000 (10:58 +0000)
GETTING.GNU.SOFTWARE.

admin/ChangeLog
admin/nt/makedist.bat

index 83925da..bb34215 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-23  Andrew Innes  <andrewi@gnu.org>
+
+       * nt/makedist.bat: Remove remaining obsolete reference to
+       GETTING.GNU.SOFTWARE.
+
 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
 
        * admin.el (set-version): Use `s' interactive spec for
index 673598d..34326fb 100755 (executable)
@@ -53,7 +53,7 @@ if not (%4) == () goto end
 echo Create full bin distribution\r
 copy %3\README.W32 emacs-%1\README.W32\r
 \r
-%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\r
+%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\r
 del emacs-%1\README.W32\r
 if not (%4) == () goto end\r
 \r
@@ -97,7 +97,7 @@ cd distrib
 gunzip -c ..\%2-bin-i386.tar.gz | %TAR% xf -\r
 zip -rp9 em%5_bin %2\r
 rm -rf %2\r
-zipsplit -n 1400000 -b .. em%5_bin.zip\r
+zipsplit -n 2000000 -b .. em%5_bin.zip\r
 del em%5_bin.zip\r
 gunzip -c ..\%2-lisp.tar.gz | %TAR% xf -\r
 zip -rp9 em%5_lis %2\r