# HG changeset patch # User Christoph Scholtes # Date 1280027235 21600 # Node ID 4e03e8c753eb81ff8ea39c7cd24c03031c405788 # Parent 1099c3bf77f5363700bf6e335bd54601d7592452 Added README.W32 to distclean. Updated Changelog. diff -r 1099c3bf77f5 -r 4e03e8c753eb nt/ChangeLog --- a/nt/ChangeLog Sat Jul 24 16:10:01 2010 -0600 +++ b/nt/ChangeLog Sat Jul 24 21:07:15 2010 -0600 @@ -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 -r 1099c3bf77f5 -r 4e03e8c753eb nt/makefile.w32-in --- a/nt/makefile.w32-in Sat Jul 24 16:10:01 2010 -0600 +++ b/nt/makefile.w32-in Sat Jul 24 21:07:15 2010 -0600 @@ -351,6 +351,7 @@ - $(DEL) stamp_BLD - $(DEL) ../etc/DOC ../etc/DOC-X - $(DEL) config.log Makefile + - $(DEL) ../README.W32 distclean: distclean-other-dirs-$(MAKETYPE) top-distclean