New make target for Windows platform: make dist (bug#6602)
authorChristoph Scholtes <cschol2112@gmail.com>
Sat, 24 Jul 2010 13:35:31 +0000 (15:35 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 24 Jul 2010 13:35:31 +0000 (15:35 +0200)
commite3aef5c688f5c4a471f92494c0b2599574140658
tree91c8c77a8961c818b85b9537e816b0befd996d1f
parentc4cc8b9a23253c12c5cee0be1363343fe019bf20
New make target for Windows platform: make dist (bug#6602)
* 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.
admin/ChangeLog
admin/admin.el
admin/nt/makedist.bat [deleted file]
etc/ChangeLog
etc/NEWS
nt/ChangeLog
nt/INSTALL
nt/README.W32 [moved from admin/nt/README.W32 with 100% similarity]
nt/configure.bat
nt/makefile.w32-in
nt/zipdist.bat [new file with mode: 0644]