diff options
| author | Jason Rumney | 2007-10-17 23:14:15 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-10-17 23:14:15 +0000 |
| commit | 3f8f71448069af3788742afd51f2e5f19a748e0e (patch) | |
| tree | cc89973c9deb0b1dd9f90703a4c1b876ce9ac138 /admin | |
| parent | 9f1bc31f0ae1f386f44a1dad2eb5a8b09d37ef12 (diff) | |
| download | emacs-3f8f71448069af3788742afd51f2e5f19a748e0e.tar.gz emacs-3f8f71448069af3788742afd51f2e5f19a748e0e.zip | |
Include COPYING in top level directory of all distributed archives.
Diffstat (limited to 'admin')
| -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 | ||