]> code.delx.au - gnu-emacs/blobdiff - nt/zipdist.bat
Update copyright year to 2015
[gnu-emacs] / nt / zipdist.bat
index e196299b6d6f9ccaef0da862c7bafa6a825b7d84..55ba9ae739a7739edb2b947e090939ab9abb7624 100644 (file)
@@ -1,5 +1,5 @@
 @echo off\r
-rem Copyright (C) 2001-201 Free Software Foundation, Inc.\r
+rem Copyright (C) 2001-2015 Free Software Foundation, Inc.\r
 \r
 rem Author: Christoph Scholtes cschol2112 at gmail.com\r
 \r
@@ -36,7 +36,7 @@ goto EXIT
 \r
 rem Build and verify the binary distribution\r
 :ZIP_DIST\r
-7z a -bd -tZIP -mx=9 -x!.bzrignore -x!.gitignore -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory emacs-%EMACS_VER%-bin-i386.zip %TMP_DIST_DIR%\r
+7z a -bd -tZIP -mx=9 -x!.gitignore -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory emacs-%EMACS_VER%-bin-i386.zip %TMP_DIST_DIR%\r
 7z t emacs-%EMACS_VER%-bin-i386.zip\r
 goto EXIT\r
 \r