From 461a145918bffbaaa2ea74d4a1e77f881b7d7c97 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 23 Oct 2001 10:58:06 +0000 Subject: [PATCH] Remove remaining obsolete reference to GETTING.GNU.SOFTWARE. --- admin/ChangeLog | 5 +++++ 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 @@ +2001-10-23 Andrew Innes + + * nt/makedist.bat: Remove remaining obsolete reference to + GETTING.GNU.SOFTWARE. + 2001-10-22 Gerd Moellmann * 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 echo Create full bin distribution copy %3\README.W32 emacs-%1\README.W32 -%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 +%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 del emacs-%1\README.W32 if not (%4) == () goto end @@ -97,7 +97,7 @@ cd distrib gunzip -c ..\%2-bin-i386.tar.gz | %TAR% xf - zip -rp9 em%5_bin %2 rm -rf %2 -zipsplit -n 1400000 -b .. em%5_bin.zip +zipsplit -n 2000000 -b .. em%5_bin.zip del em%5_bin.zip gunzip -c ..\%2-lisp.tar.gz | %TAR% xf - zip -rp9 em%5_lis %2 -- 2.39.2