diff options
| author | Jason Rumney | 2007-08-06 22:38:02 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-08-06 22:38:02 +0000 |
| commit | 4a64fb3f72a8f8f8fff0b216af6b2506cb5ca8fb (patch) | |
| tree | 5411a2000103fe1e566b369b873fa2b27c520560 /admin | |
| parent | b6e6e09ac1bc4fb22843d9ba8920dffa88f8ce37 (diff) | |
| download | emacs-4a64fb3f72a8f8f8fff0b216af6b2506cb5ca8fb.tar.gz emacs-4a64fb3f72a8f8f8fff0b216af6b2506cb5ca8fb.zip | |
Include INSTALL in full-bin zip file.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/nt/makedist.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index 87e151dd06a..5afef00e9b3 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat | |||
| @@ -35,8 +35,8 @@ copy %3\README.W32 emacs-%1\README.W32 | |||
| 35 | rem Info-ZIP zip seems to be broken on Windows. | 35 | rem Info-ZIP zip seems to be broken on Windows. |
| 36 | rem It always writes to zip.zip and treats the zipfile argument as one | 36 | rem It always writes to zip.zip and treats the zipfile argument as one |
| 37 | rem of the files to go in it. | 37 | rem of the files to go in it. |
| 38 | rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS | 38 | rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS |
| 39 | 7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp | 39 | 7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp |
| 40 | del emacs-%1\README.W32 | 40 | del emacs-%1\README.W32 |
| 41 | if not (%4) == () goto end | 41 | if not (%4) == () goto end |
| 42 | 42 | ||