Add clean rule.
authorChris Hanson <org/chris-hanson/cph>
Mon, 10 Jul 2000 22:18:56 +0000 (22:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 10 Jul 2000 22:18:56 +0000 (22:18 +0000)
v7/doc/ref-manual/html/Makefile
v7/doc/sos/html/Makefile

index fe1c5c5fe7728790ceb3fb418caa727d22befe5e..338c770b3ddea4fb5b1c605214bc97673cecb948 100644 (file)
@@ -1,5 +1,5 @@
 
-# $Id: Makefile,v 1.1 2000/07/10 22:15:12 cph Exp $
+# $Id: Makefile,v 1.2 2000/07/10 22:15:36 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -20,5 +20,8 @@
 all:   scheme_toc.html
 
 scheme_toc.html:       ../scheme.texinfo
-       -rm -rf *.html
+       rm -rf *.html
        texi2html -split_chapter ../scheme.texinfo
+
+clean:
+       rm -rf *.html
index d6d2a2fcdb25bdba3215d8ce62ca62b6ee19d6c0..34c7034e25550ca9de5f114c505ff5c4a2846f42 100644 (file)
@@ -1,5 +1,5 @@
 
-# $Id: Makefile,v 1.1 2000/07/10 22:18:36 cph Exp $
+# $Id: Makefile,v 1.2 2000/07/10 22:18:56 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -22,3 +22,6 @@ all:  sos_toc.html
 sos_toc.html:  ../sos.texinfo
        rm -rf *.html
        texi2html -split_chapter ../sos.texinfo
+
+clean:
+       rm -rf *.html