diff options
author | Christoph Scholtes <cschol2112@gmail.com> | 2010-07-24 21:07:15 -0600 |
---|---|---|
committer | Christoph Scholtes <cschol2112@gmail.com> | 2010-07-24 21:07:15 -0600 |
commit | d24076a601db4f988b261514bf62550f77d06837 (patch) | |
tree | 63c4ce59923be02cc2e9e79bbb6bd8de2806fd8c /nt/makefile.w32-in | |
parent | 7f86df5f422abd4738c4e4e8a2a6d0e447783746 (diff) | |
download | emacs-d24076a601db4f988b261514bf62550f77d06837.tar.gz |
Added README.W32 to distclean. Updated Changelog.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r-- | nt/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
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
|