various changes to the admin manual and the first version of the CVS changes file
[spider.git] / sgml / Makefile
index 8024ef460abdf1dfccc6ce19a9054557d67f1e96..0bc764bfa920005615c2ee2c5452d8000279a0b8 100644 (file)
@@ -2,7 +2,7 @@
 # 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/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
@@ -28,6 +28,12 @@ all: ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../t
 #      ../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