From 502ffc3dcc25e14ea0f68d2d12648818a5402d21 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 10 Jul 2000 22:18:56 +0000 Subject: [PATCH] Add clean rule. --- v7/doc/ref-manual/html/Makefile | 7 +++++-- v7/doc/sos/html/Makefile | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) 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 -- 2.25.1