diff options
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <cschol2112@gmail.com> * 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 <cschol2112@gmail.com> 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
|