aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorChristoph Scholtes <[email protected]>2010-07-24 21:07:15 -0600
committerChristoph Scholtes <[email protected]>2010-07-24 21:07:15 -0600
commitd24076a601db4f988b261514bf62550f77d06837 (patch)
tree63c4ce59923be02cc2e9e79bbb6bd8de2806fd8c /nt
parent7f86df5f422abd4738c4e4e8a2a6d0e447783746 (diff)
Added README.W32 to distclean. Updated Changelog.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/makefile.w32-in1
2 files changed, 4 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index e73f91091c..702f44e069 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,8 +1,9 @@
2010-07-24 Christoph Scholtes <[email protected]>
* 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 <[email protected]>
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 2b9ffbad61..b0f5edb28a 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