diff nt/ChangeLog @ 109523:2fe88640ebd3

Build binary distros on Windows using emacs-VERSION as root dir name. * nt/makefile.w32-in: Copy README.W32 to installation directory during `make install'. Remove README.W32 with `distclean' (in case Emacs was installed in place). Use temporary directory to create distribution zip files in `dist' target. * nt/zipdist.bat: Simplify code using temporary directory.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 25 Jul 2010 05:53:37 +0200
parents 68ca98ae70fb 4e03e8c753eb
children 88810df348ab
line wrap: on
line diff
--- a/nt/ChangeLog	Sun Jul 25 05:36:54 2010 +0200
+++ b/nt/ChangeLog	Sun Jul 25 05:53:37 2010 +0200
@@ -1,3 +1,13 @@
+2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
+
+	Build binary distros on Windows using emacs-VERSION as root dir name.
+
+	* makefile.w32-in: Copy README.W32 to installation directory
+	during `make install'.  Remove README.W32 with `distclean' (in
+	case Emacs was installed in place).  Use temporary directory to
+	create distribution zip files in `dist' target.
+	* zipdist.bat: Simplify code using temporary directory.
+
 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
 
 	* runemacs.c (set_user_model_id): Fix prototype.