Add sh/c and sh/c/n and sh/connect to the user and admin manuals. Sort
[spider.git] / sgml / Makefile
index f7d745e971f1266f6d4a47a6858b22b644875d26..0bc764bfa920005615c2ee2c5452d8000279a0b8 100644 (file)
@@ -2,22 +2,39 @@
 # Makefile for Ian, 2.1.2001
 #
 
-all:   ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../txt/spiderFAQ.txt
+all:   ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../txt/spiderFAQ.txt ../html/usermanual.html ../txt/usermanual.txt ../html/wininstallation.html ../txt/wininstallation.txt ../html/spiderCVS.html ../txt/spiderCVS.txt
 
 #      ../txt/adminmanual.txt: adminmanual.sgml
        sgml2txt adminmanual.sgml
-       mv adminmanual.txt ../txt/
 
 #      ../html/adminmanual.html: adminmanual.sgml
        sgml2html adminmanual.sgml
-       perl -p -e 's/<BODY>/<BODY BGCOLOR="#ffffff">/' *.html
-       mv admin*.html ../html/ 
 
 #      ../html/spiderFAQ.html: spiderFAQ.sgml 
        sgml2txt spiderFAQ.sgml
-       mv spid*.txt ../txt
 
 #      ../html/spiderFAQ.html: spiderFAQ.sgml
        sgml2html spiderFAQ.sgml
-       perl -p -e 's/<BODY>/<BODY BGCOLOR="#ffffff">/' *.html
-       mv spid*.html ../html
+
+#      ../html/usermanual.html: usermanual.sgml
+       sgml2html usermanual.sgml
+
+#      ../txt/usermanual.txt: usermanual.sgml
+       sgml2txt usermanual.sgml
+
+#      ../html/wininstallation.html: wininstallation.sgml
+       sgml2html wininstallation.sgml
+
+#      ../txt/winistallation.txt: wininstallation.sgml
+       sgml2txt -f wininstallation.sgml
+
+#      ../html/spiderCVS.html: spiderCVS.sgml
+       sgml2html spiderCVS.sgml
+
+#      ../txt/spiderCVS.txt: spiderCVS.sgml
+       sgml2txt spiderCVS.sgml
+
+       perl -pi.bak -e 's|</HEAD>|<link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">\n</HEAD>|' *.html
+       mv *.html ../html
+       mv *.txt ../txt
+       rm -f *.bak