# HG changeset patch # User Juanma Barranquero # Date 1078086491 0 # Node ID b0293635c42b0fb917f78c65f160165c01035aab # Parent beeef4db908aa18979323bafa67f803075cd6918 * 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. diff -r beeef4db908a -r b0293635c42b lispintro/ChangeLog --- a/lispintro/ChangeLog Sun Feb 29 19:15:43 2004 +0000 +++ b/lispintro/ChangeLog Sun Feb 29 20:28:11 2004 +0000 @@ -1,4 +1,9 @@ -2003-11-16 Kevin Ryde +2004-02-29 Juanma Barranquero + + * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use + $(DEL) instead of rm, and ignore exit code. + +2003-11-16 Kevin Ryde * emacs-lisp-intro.texi: [CVS commitment by ] Corrections to cross references, diff -r beeef4db908a -r b0293635c42b lispintro/makefile.w32-in --- a/lispintro/makefile.w32-in Sun Feb 29 19:15:43 2004 +0000 +++ b/lispintro/makefile.w32-in Sun Feb 29 20:28:11 2004 +0000 @@ -56,15 +56,15 @@ $(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. diff -r beeef4db908a -r b0293635c42b lispref/ChangeLog --- a/lispref/ChangeLog Sun Feb 29 19:15:43 2004 +0000 +++ b/lispref/ChangeLog Sun Feb 29 20:28:11 2004 +0000 @@ -1,3 +1,8 @@ +2004-02-29 Juanma Barranquero + + * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of + rm, and ignore exit code. + 2004-02-27 Dan Nicolaescu * display.texi (Defining Faces): Add description for min-colors. @@ -490,7 +495,7 @@ 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 diff -r beeef4db908a -r b0293635c42b lispref/makefile.w32-in --- a/lispref/makefile.w32-in Sun Feb 29 19:15:43 2004 +0000 +++ b/lispref/makefile.w32-in Sun Feb 29 20:28:11 2004 +0000 @@ -110,14 +110,14 @@ $(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 diff -r beeef4db908a -r b0293635c42b man/ChangeLog --- 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 + + * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use + $(DEL) instead of rm, and ignore exit code. + 2004-02-29 Kai Grossjohann Tramp version 2.0.39 released. diff -r beeef4db908a -r b0293635c42b man/makefile.w32-in --- a/man/makefile.w32-in Sun Feb 29 19:15:43 2004 +0000 +++ b/man/makefile.w32-in Sun Feb 29 20:28:11 2004 +0000 @@ -292,30 +292,30 @@ $(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