Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Mon, 10 Jul 2000 22:16:27 +0000 (22:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 10 Jul 2000 22:16:27 +0000 (22:16 +0000)
v7/doc/user-manual/html/Makefile

index 8d4138a87be3165bb026841f58e49e74e77f8856..d4d585404a518c06bd74b76f23fc711e321eebe8 100644 (file)
@@ -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: