Make changes to the installation manual to show making the client before
[spider.git] / sgml / Makefile
index 8024ef460abdf1dfccc6ce19a9054557d67f1e96..7bb8a2f4c38dc8596b547131502aec7ed5bb00b0 100644 (file)
@@ -2,14 +2,20 @@
 # Makefile for Ian, 2.1.2001
 #
 
-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
+all:   ../html/adminmanual.html ../txt/adminmanual.txt ../html/installation.html ../txt/installation.txt ../html/spiderFAQ.html ../txt/spiderFAQ.txt ../html/usermanual.html ../txt/usermanual.txt ../html/spiderCVS.html ../txt/spiderCVS.txt
 
 #      ../txt/adminmanual.txt: adminmanual.sgml
-       sgml2txt adminmanual.sgml
+       sgml2txt -f adminmanual.sgml
 
 #      ../html/adminmanual.html: adminmanual.sgml
        sgml2html adminmanual.sgml
 
+#      ../txt/installation.txt: installation.sgml
+       sgml2txt -f installation.sgml
+
+#      ../html/installation.html: installation.html
+       sgml2html installation.sgml
+
 #      ../html/spiderFAQ.html: spiderFAQ.sgml 
        sgml2txt spiderFAQ.sgml
 
@@ -22,11 +28,11 @@ all:        ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../t
 #      ../txt/usermanual.txt: usermanual.sgml
        sgml2txt usermanual.sgml
 
-#      ../html/wininstallation.html: wininstallation.sgml
-       sgml2html wininstallation.sgml
+#      ../html/spiderCVS.html: spiderCVS.sgml
+       sgml2html spiderCVS.sgml
 
-#      ../txt/winistallation.txt: wininstallation.sgml
-       sgml2txt -f wininstallation.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