X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2FMakefile;h=0bc764bfa920005615c2ee2c5452d8000279a0b8;hb=ab0ea211ea17085944f4ce2b0100932fa6af02c8;hp=160e83a8b03defde4c246b3fa8b3f63360fc6b44;hpb=e674587476599456cce169e02b0e441d985f9dd8;p=spider.git diff --git a/sgml/Makefile b/sgml/Makefile index 160e83a8..0bc764bf 100644 --- a/sgml/Makefile +++ b/sgml/Makefile @@ -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 +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 @@ -22,6 +22,18 @@ 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 + +# ../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||\n|' *.html mv *.html ../html mv *.txt ../txt