+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
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
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