From: Chris Hanson Date: Mon, 10 Jul 2000 22:18:56 +0000 (+0000) Subject: Add clean rule. X-Git-Tag: 20090517-FFI~3348 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=502ffc3dcc25e14ea0f68d2d12648818a5402d21;p=mit-scheme.git Add clean rule. --- diff --git a/v7/doc/ref-manual/html/Makefile b/v7/doc/ref-manual/html/Makefile index fe1c5c5fe..338c770b3 100644 --- a/v7/doc/ref-manual/html/Makefile +++ b/v7/doc/ref-manual/html/Makefile @@ -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 diff --git a/v7/doc/sos/html/Makefile b/v7/doc/sos/html/Makefile index d6d2a2fcd..34c7034e2 100644 --- a/v7/doc/sos/html/Makefile +++ b/v7/doc/sos/html/Makefile @@ -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