diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-04-09 16:32:08 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-04-09 16:32:08 +0000 |
commit | cc48598c5a98a9e2a67810c6ca04113adbec2290 (patch) | |
tree | 5f4da7447b867e703c547176f86d66c5b2b901da /nt/ChangeLog | |
parent | 3dc94c3075a2a08cc7bb697efb4de1fe0e7aa387 (diff) | |
download | emacs-cc48598c5a98a9e2a67810c6ca04113adbec2290.tar.gz |
(clean-other-dirs-nmake): Don't clean lisp dir.
(clean-other-dirs-gmake): Likewise. Clean doc dirs.
(top-distclean, distclean, distclean-other-dirs-nmake)
(distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
(maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r-- | nt/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 0c5e837c894..918be68fb0a 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,11 @@ +2008-04-09 Jason Rumney <jasonr@gnu.org> + + * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir. + (clean-other-dirs-gmake): Likewise. Clean doc dirs. + (top-distclean, distclean, distclean-other-dirs-nmake) + (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) + (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets. + 2008-04-05 Eli Zaretskii <eliz@gnu.org> * inc/sys/stat.h: New file. |