aboutsummaryrefslogtreecommitdiffstats
path: root/nt/zipdist.bat
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| |
* | Don't produce "barebin" zip file as part of MS-Windows distributions.Dani Moncayo2012-11-171-8/+3
|/ | | | | | | nt/zipdist.bat (ZIP_CHECK): Remove unused label. When invoking 7z to check if it's installed, redirect standard output and standard error to the null device. (ZIP_DIST): Don't build the "barebin" distribution.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-2/+2
|
* Code cleanup. Added ChangeLog entry.Christoph Scholtes2010-07-241-1/+1
|
* Refactoring of make dist targetChristoph Scholtes2010-07-241-22/+5
|
* New make target for Windows platform: make dist (bug#6602)Christoph Scholtes2010-07-241-0/+66
* admin/admin.el: Write version number to nt/makefile.w32-in. * admin/nt/makedist.bat: Remove; replaced with `zipdist.bat' in the nt/ directory. * admin/nt/README.W32: Relocate to nt/ directory. * etc/NEWS: Document new --distfiles configure.bat option and `dist' make target on Windows. * nt/INSTALL: Document new dist target and add section about creating binary distributions. * nt/configure.bat: New parameter `--distfiles'. * nt/makefile.w32-in: Add version number, new target `dist'. Add new target `install-shortcuts'. * nt/zipdist.bat: New file; create zipped binary distribution, replaces admin/nt/makedist.bat.