diff options
| author | Miles Bader | 2007-10-18 21:07:49 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-18 21:07:49 +0000 |
| commit | 5a95db215e07e2f80af6238a0f92b5d6823a7e0b (patch) | |
| tree | 051738dabe4e6bffc11bb19dc329df6e5c6a08c2 /admin/nt | |
| parent | 9a9057825c16c518b41f3899fd4cd8202f50d4b4 (diff) | |
| parent | 9ccbb53dcf9e9e5ce794ca11a14e58dc2b8fd03d (diff) | |
| download | emacs-5a95db215e07e2f80af6238a0f92b5d6823a7e0b.tar.gz emacs-5a95db215e07e2f80af6238a0f92b5d6823a7e0b.zip | |
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 125-127)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-896
Diffstat (limited to 'admin/nt')
| -rwxr-xr-x | admin/nt/makedist.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index 5afef00e9b3..db9446db36e 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/INSTALL 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/COPYING 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/INSTALL 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/COPYING 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 | ||
| @@ -49,8 +49,8 @@ copy %3\dump.bat emacs-%1\bin\dump.bat | |||
| 49 | rem Info-ZIP zip seems to be broken on Windows. | 49 | rem Info-ZIP zip seems to be broken on Windows. |
| 50 | 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 |
| 51 | rem of the files to go in it. | 51 | rem of the files to go in it. |
| 52 | rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X | 52 | rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING |
| 53 | 7z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X | 53 | 7z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING |
| 54 | del emacs-%1\README.W32 | 54 | del emacs-%1\README.W32 |
| 55 | if not (%4) == () goto end | 55 | if not (%4) == () goto end |
| 56 | 56 | ||