]> code.delx.au - gnu-emacs/blobdiff - lispref/makefile.w32-in
Remove eol whitespace; nfc.
[gnu-emacs] / lispref / makefile.w32-in
index f5f6c306eec974ece4567a23a6c61ee375735815..248330167b2e6d7803c40299bf0199f114d4efae 100644 (file)
@@ -1,6 +1,6 @@
-# Makefile for the GNU Emacs Lisp Reference Manual.
+# -*- Makefile -*- for the GNU Emacs Lisp Reference Manual.
 
-# Copyright (C) 2003
+# Copyright (C) 2003, 2004
 #  Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
@@ -48,7 +48,6 @@ srcs = \
   $(srcdir)/back.texi \
   $(srcdir)/backups.texi \
   $(srcdir)/buffers.texi \
-  $(srcdir)/calendar.texi \
   $(srcdir)/commands.texi \
   $(srcdir)/compile.texi \
   $(srcdir)/control.texi \
@@ -104,20 +103,18 @@ info: $(infodir)/elisp
        $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
 
 $(infodir)/elisp: $(srcs)
-       $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
+       $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
 
 elisp.dvi: $(srcs)
        $(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
-
-# arch-tag: da68f1c2-536d-4d41-9150-7b01434eda3f
+       - $(DEL) elisp elisp-* elisp.dvi elisp.oaux