Add "clean" rule.
authorChris Hanson <org/chris-hanson/cph>
Sun, 9 Jul 2000 01:36:12 +0000 (01:36 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 9 Jul 2000 01:36:12 +0000 (01:36 +0000)
v7/doc/imail/Makefile
v7/doc/imail/html/Makefile

index 121f864759eb5cb5dd880204593aa602663d0aba..6555155b2efa647f4c8acacce678a8427368e331 100644 (file)
@@ -1,5 +1,5 @@
 
-# $Id: Makefile,v 1.1 2000/07/09 01:19:11 cph Exp $
+# $Id: Makefile,v 1.2 2000/07/09 01:36:07 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -33,3 +33,13 @@ imail.info: imail.texinfo
 
 html/imail_toc.html: imail.texinfo
        (cd html;make)
+
+AUX_SUFFIXES = aux log toc
+INDEX_SUFFIXES = cp fn ky pg tp vr
+
+clean:
+       rm -f imail.ps imail.dvi imail*.info
+       rm -f $(addprefix imail.,$(AUX_SUFFIXES))
+       rm -f $(addprefix imail.,$(INDEX_SUFFIXES))
+       rm -f $(addsuffix s,$(addprefix imail.,$(INDEX_SUFFIXES)))
+       $(MAKE) -C html $@
index 43c4a5877bde691c9fd17cd6a76dbc10801d0823..0711679dfbffbfcdab439ab1888e0de699d32f0c 100644 (file)
@@ -1,5 +1,5 @@
 
-# $Id: Makefile,v 1.1 2000/07/09 01:23:07 cph Exp $
+# $Id: Makefile,v 1.2 2000/07/09 01:36:12 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -20,5 +20,8 @@
 all:   imail_toc.html
 
 imail_toc.html:        ../imail.texinfo
-       -rm -rf *.html
+       rm -rf *.html
        texi2html -split_chapter ../imail.texinfo
+
+clean:
+       rm -rf *.html