aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond2014-10-25 15:24:12 -0400
committerEric S. Raymond2014-10-25 15:24:12 -0400
commited81dc6d909ab8fb3907b153125e966bd8b9f404 (patch)
treeaf27ca88315aead2831278feadc0dfde2d1925ad
parent65e2cdadaf7f7212b67c52c3ef0bf49fe9f7ee01 (diff)
downloademacs-ed81dc6d909ab8fb3907b153125e966bd8b9f404.tar.gz
emacs-ed81dc6d909ab8fb3907b153125e966bd8b9f404.zip
Next binary distribution will not contain .bzrignore files.
Removing this now to unclitter the grwp listings when I hunt for obsolete references to bzr.
-rw-r--r--nt/zipdist.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/zipdist.bat b/nt/zipdist.bat
index 216949aaddd..d5359c8be5e 100644
--- a/nt/zipdist.bat
+++ b/nt/zipdist.bat
@@ -36,7 +36,7 @@ goto EXIT
36 36
37rem Build and verify the binary distribution 37rem Build and verify the binary distribution
38:ZIP_DIST 38:ZIP_DIST
397z 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% 397z 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%
407z t emacs-%EMACS_VER%-bin-i386.zip 407z t emacs-%EMACS_VER%-bin-i386.zip
41goto EXIT 41goto EXIT
42 42