fix perl conversion
authorminima <minima>
Thu, 18 Jan 2001 19:42:28 +0000 (19:42 +0000)
committerminima <minima>
Thu, 18 Jan 2001 19:42:28 +0000 (19:42 +0000)
sgml/Makefile

index f7d745e971f1266f6d4a47a6858b22b644875d26..1856e10c70d843a9ea2a3637800377475ff3bddd 100644 (file)
@@ -19,5 +19,6 @@ all:  ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../t
 
 #      ../html/spiderFAQ.html: spiderFAQ.sgml
        sgml2html spiderFAQ.sgml
-       perl -p -e 's/<BODY>/<BODY BGCOLOR="#ffffff">/' *.html
+       perl -pi.bak -e 's/<BODY>/<BODY BGCOLOR="#ffffff">/' *.html
        mv spid*.html ../html
+       rm -f *.bak