$(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.
-2003-11-16 Kevin Ryde <user42@zip.com.au>
+2004-02-29 Juanma Barranquero <lektu@terra.es>
+
+ * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
+ $(DEL) instead of rm, and ignore exit code.
+
+2003-11-16 Kevin Ryde <user42@zip.com.au>
* emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
Corrections to cross references,
$(DVIPS) $< -o $@
mostlyclean:
- rm -f *.log *.cp *.fn *.ky *.pg *.vr *.tp
+ - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr *.tp
clean: mostlyclean
- rm -f *.dvi $(infodir)/eintr*
+ - $(DEL) *.dvi $(infodir)/eintr*
distclean: clean
maintainer-clean: distclean
- rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
+ - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
+2004-02-29 Juanma Barranquero <lektu@terra.es>
+
+ * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
+ rm, and ignore exit code.
+
2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
* display.texi (Defining Faces): Add description for min-colors.
arguments.
(String Conversion): More completely describe argument BASE in
`string-to-number'.
- (Formatting Strings): `%s' and `%S" in `format' do require
+ (Formatting Strings): `%s' and `%S' in `format' do require
corresponding object. Clarify behavior of numeric prefix after
`%' in `format'.
(Case Conversion): The argument to `upcase-initials' can be a
$(texinputdir) $(TEX) $(srcdir)/elisp.texi
clean:
- rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
- *.vr *.vrs *.pg *.pgs *.ky *.kys
- rm -f make.out core
- rm -f $(infodir)/elisp*
+ - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
+ *.vr *.vrs *.pg *.pgs *.ky *.kys
+ - $(DEL) make.out core
+ - $(DEL) $(infodir)/elisp*
distclean: clean
maintainer-clean: clean
- rm -f elisp elisp-* elisp.dvi elisp.oaux
+ - $(DEL) elisp elisp-* elisp.dvi elisp.oaux
# arch-tag: da68f1c2-536d-4d41-9150-7b01434eda3f
+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.
$(ENVADD) $(TEXI2DVI) $(srcdir)/smtpmail.texi
mostlyclean:
- rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
+ - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
clean: mostlyclean
- rm -f *.dvi
- rm -f $(infodir)/emacs* $(infodir)/ccmode* \
- $(infodir)/cl* $(infodir)/dired-x* \
- $(infodir)/ediff* $(infodir)/forms* \
- $(infodir)/gnus* $(infodir)/info* \
- $(infodir)/message* $(infodir)/mh-e* \
- $(infodir)/reftex* $(infodir)/sc* \
- $(infodir)/vip* $(infodir)/viper* \
- $(infodir)/widget* $(infodir)/efaq* \
- $(infodir)/ada-mode* $(infodir)/autotype* \
- $(infodir)/calc* $(infodir)/idlwave* \
- $(infodir)/eudc* $(infodir)/ebrowse* \
- $(infodir)/pcl-cvs* $(infodir)/woman* \
- $(infodir)/emacs-mime* $(infodir)/eshell* \
- $(infodir)/speedbar* $(infodir)/tramp* \
- $(infodir)/ses* $(infodir)/smtpmail*
+ - $(DEL) *.dvi
+ - $(DEL) $(infodir)/emacs* $(infodir)/ccmode* \
+ $(infodir)/cl* $(infodir)/dired-x* \
+ $(infodir)/ediff* $(infodir)/forms* \
+ $(infodir)/gnus* $(infodir)/info* \
+ $(infodir)/message* $(infodir)/mh-e* \
+ $(infodir)/reftex* $(infodir)/sc* \
+ $(infodir)/vip* $(infodir)/viper* \
+ $(infodir)/widget* $(infodir)/efaq* \
+ $(infodir)/ada-mode* $(infodir)/autotype* \
+ $(infodir)/calc* $(infodir)/idlwave* \
+ $(infodir)/eudc* $(infodir)/ebrowse* \
+ $(infodir)/pcl-cvs* $(infodir)/woman* \
+ $(infodir)/emacs-mime* $(infodir)/eshell* \
+ $(infodir)/speedbar* $(infodir)/tramp* \
+ $(infodir)/ses* $(infodir)/smtpmail*
distclean: clean
maintainer-clean: distclean
- rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
+ - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
# Don't delete these, because they are outside the current directory.
# for file in $(INFO_TARGETS); do rm -f $${file}*; done