From d24076a601db4f988b261514bf62550f77d06837 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 24 Jul 2010 21:07:15 -0600 Subject: [PATCH] Added README.W32 to distclean. Updated Changelog. --- nt/ChangeLog | 5 +++-- nt/makefile.w32-in | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2