X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2FMakefile;h=7bb8a2f4c38dc8596b547131502aec7ed5bb00b0;hb=66efc9cee6be378f570c0f08f0f41ba739a3d8d2;hp=572e6d6d82e5ad155aa3df2946daaa89f5aad077;hpb=378618325d507b738f61bfd7825bd80d593db0bd;p=spider.git diff --git a/sgml/Makefile b/sgml/Makefile index 572e6d6d..7bb8a2f4 100644 --- a/sgml/Makefile +++ b/sgml/Makefile @@ -2,23 +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/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 - mv adminmanual.txt ../txt/ + sgml2txt -f adminmanual.sgml # ../html/adminmanual.html: adminmanual.sgml sgml2html adminmanual.sgml - perl -p -e 's///' *.html - mv admin*.html ../html/ + +# ../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 - mv spid*.txt ../txt # ../html/spiderFAQ.html: spiderFAQ.sgml sgml2html spiderFAQ.sgml + +# ../html/usermanual.html: usermanual.sgml + sgml2html usermanual.sgml + +# ../txt/usermanual.txt: usermanual.sgml + sgml2txt usermanual.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 spid*.html ../html + mv *.html ../html + mv *.txt ../txt rm -f *.bak