Mercurial > emacs
diff man/ChangeLog @ 54200:b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
$(DEL) instead of rm, and ignore exit code.
* lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
$(DEL) instead of rm, and ignore exit code.
* lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
rm, and ignore exit code.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sun, 29 Feb 2004 20:28:11 +0000 |
| parents | beeef4db908a |
| children | 8491a6eafd00 |
line wrap: on
line diff
--- a/man/ChangeLog Sun Feb 29 19:15:43 2004 +0000 +++ b/man/ChangeLog Sun Feb 29 20:28:11 2004 +0000 @@ -1,3 +1,8 @@ +2004-02-29 Juanma Barranquero <lektu@terra.es> + + * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use + $(DEL) instead of rm, and ignore exit code. + 2004-02-29 Kai Grossjohann <kgrossjo@eu.uu.net> Tramp version 2.0.39 released.
