From: Christoph Scholtes Date: Sun, 25 Jul 2010 03:07:15 +0000 (-0600) Subject: Added README.W32 to distclean. Updated Changelog. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~136^2~9^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d24076a601db4f988b261514bf62550f77d06837;p=emacs.git Added README.W32 to distclean. Updated Changelog. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index e73f91091ce..702f44e069b 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,8 +1,9 @@ 2010-07-24 Christoph Scholtes * makefile.w32-in: Copy README.W32 to installation directory - during `make install'. Use temporary directory to create - distribution zip files in `dist' target. + 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-24 Christoph Scholtes diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 2b9ffbad61e..b0f5edb28a2 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -351,6 +351,7 @@ top-distclean: - $(DEL) stamp_BLD - $(DEL) ../etc/DOC ../etc/DOC-X - $(DEL) config.log Makefile + - $(DEL) ../README.W32 distclean: distclean-other-dirs-$(MAKETYPE) top-distclean