Added README.W32 to distclean. Updated Changelog.
This commit is contained in:
parent
7f86df5f42
commit
d24076a601
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue