From 0d33a0fa560195dc17453e0eb548d619954763b5 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 10 Jul 2000 22:16:27 +0000 Subject: [PATCH] Fix typo. --- v7/doc/user-manual/html/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/doc/user-manual/html/Makefile b/v7/doc/user-manual/html/Makefile index 8d4138a87..d4d585404 100644 --- a/v7/doc/user-manual/html/Makefile +++ b/v7/doc/user-manual/html/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 2000/07/10 22:07:04 cph Exp $ +# $Id: Makefile,v 1.3 2000/07/10 22:16:27 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -20,7 +20,7 @@ all: user_toc.html user_toc.html: ../user.texinfo - -rm -rf *.html + rm -rf *.html texi2html -split_chapter ../user.texinfo clean: -- 2.25.1