diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-06-03 20:20:15 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-06-03 20:20:15 +0000 |
commit | 553010d88bd143bb7152617ab7e7f161dfed713c (patch) | |
tree | 67979b9c3803b585524bf034e11502cf2e72171a /admin/nt/makedist.bat | |
parent | a7ebea8baf1b3b592479d6cb0dbca3b2c295d083 (diff) | |
download | emacs-553010d88bd143bb7152617ab7e7f161dfed713c.tar.gz |
Include site-lisp directory in bin-i386 distribution.
Diffstat (limited to 'admin/nt/makedist.bat')
-rwxr-xr-x | admin/nt/makedist.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index 56fca7949fa..484ab88004c 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. rem It always writes to zip.zip and treats the zipfile argument as one
rem of the files to go in it.
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
-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
+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
del emacs-%1\README.W32
if not (%4) == () goto end
|