X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2FMakefile;h=0bc764bfa920005615c2ee2c5452d8000279a0b8;hb=e8d8134799ee14b194e817cc81b7c5d4590deab6;hp=8024ef460abdf1dfccc6ce19a9054557d67f1e96;hpb=640675d8ace63cdc06ef89b7020791ab91b62ce5;p=spider.git diff --git a/sgml/Makefile b/sgml/Makefile index 8024ef46..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 ../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||\n|' *.html mv *.html ../html mv *.txt ../txt