From: Christoph Scholtes Date: Sun, 25 Jul 2010 03:53:37 +0000 (+0200) Subject: Build binary distros on Windows using emacs-VERSION as root dir name. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~136^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8e0614ccbf0baa82f441de53fcf651e6610a963;p=emacs.git 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. --- f8e0614ccbf0baa82f441de53fcf651e6610a963 diff --cc nt/ChangeLog index f0aad69d64d,702f44e069b..4dfdd16fd32 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@@ -1,7 -1,11 +1,17 @@@ -2010-07-24 Christoph Scholtes ++2010-07-25 Christoph Scholtes ++ ++ 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 + + * runemacs.c (set_user_model_id): Fix prototype. + 2010-07-24 Christoph Scholtes New make target for Windows platform: make dist (bug#6602)