Mercurial > emacs
comparison nt/ChangeLog @ 109507:1277fe6717c9
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.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 24 Jul 2010 15:35:31 +0200 |
parents | bb9894b5234f |
children | 68ca98ae70fb 17b112f1eaa5 |
comparison
equal
deleted
inserted
replaced
109506:e6408c088fbc | 109507:1277fe6717c9 |
---|---|
1 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> | |
2 | |
3 New make target for Windows platform: make dist (bug#6602) | |
4 | |
5 * INSTALL: Document new dist target and add section about | |
6 creating binary distributions. | |
7 * README.W32: Relocate from admin/nt/ directory. | |
8 * configure.bat: New parameter `--distfiles'. | |
9 * makefile.w32-in: Add version number, new target `dist'. | |
10 Add new target `install-shortcuts'. | |
11 * zipdist.bat: New file; create zipped binary distribution, | |
12 replaces admin/nt/makedist.bat. | |
13 | |
1 2010-07-21 Juanma Barranquero <lekktu@gmail.com> | 14 2010-07-21 Juanma Barranquero <lekktu@gmail.com> |
2 | 15 |
3 * INSTALL: Add note about backslashes in Windows paths. | 16 * INSTALL: Add note about backslashes in Windows paths. |
4 Fix typos. Simplify references to Windows versions. | 17 Fix typos. Simplify references to Windows versions. |
5 | 18 |