diff options
| author | Jason Rumney | 2007-05-24 15:42:36 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-05-24 15:42:36 +0000 |
| commit | c721aa42234fb4d4f74842f602ca3ee94f1f708d (patch) | |
| tree | 29576d7589ca3bff947cc8c39cecfc2cf067d19b /admin | |
| parent | 7839244cfd4e91bf1c6862440893a5d5a1d122e8 (diff) | |
| download | emacs-c721aa42234fb4d4f74842f602ca3ee94f1f708d.tar.gz emacs-c721aa42234fb4d4f74842f602ca3ee94f1f708d.zip | |
Include dump.bat in the binary release.
Filter out .arch-inventory files.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/nt/makedist.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index 43a2bddc6e7..56fca7949fa 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat | |||
| @@ -36,7 +36,7 @@ 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/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 %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 | 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 |
| 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 | ||
| @@ -45,6 +45,7 @@ echo Create archive with just the basic binaries and generated files | |||
| 45 | echo (the user needs to unpack the full source distribution for | 45 | echo (the user needs to unpack the full source distribution for |
| 46 | echo everything else) | 46 | echo everything else) |
| 47 | copy %3\README.W32 emacs-%1\README.W32 | 47 | copy %3\README.W32 emacs-%1\README.W32 |
| 48 | copy %3\dump.bat emacs-%1\bin\dump.bat | ||
| 48 | rem Info-ZIP zip seems to be broken on Windows. | 49 | rem Info-ZIP zip seems to be broken on Windows. |
| 49 | rem It always writes to zip.zip and treats the zipfile argument as one | 50 | rem It always writes to zip.zip and treats the zipfile argument as one |
| 50 | rem of the files to go in it. | 51 | rem of the files to go in it. |