diff options
| author | Eric S. Raymond | 2014-10-25 15:24:12 -0400 |
|---|---|---|
| committer | Eric S. Raymond | 2014-10-25 15:24:12 -0400 |
| commit | ed81dc6d909ab8fb3907b153125e966bd8b9f404 (patch) | |
| tree | af27ca88315aead2831278feadc0dfde2d1925ad | |
| parent | 65e2cdadaf7f7212b67c52c3ef0bf49fe9f7ee01 (diff) | |
| download | emacs-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.bat | 2 |
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 | ||
| 37 | rem Build and verify the binary distribution | 37 | rem Build and verify the binary distribution |
| 38 | :ZIP_DIST | 38 | :ZIP_DIST |
| 39 | 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% | 39 | 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% |
| 40 | 7z t emacs-%EMACS_VER%-bin-i386.zip | 40 | 7z t emacs-%EMACS_VER%-bin-i386.zip |
| 41 | goto EXIT | 41 | goto EXIT |
| 42 | 42 | ||