X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2FMakefile;h=f7d745e971f1266f6d4a47a6858b22b644875d26;hb=4a653ce0cd9140d4a7878cdf8ee835841ca039eb;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=564548091fc1c40f493d4bcdc104a4ce3b2ded51;p=spider.git diff --git a/sgml/Makefile b/sgml/Makefile index e69de29b..f7d745e9 100644 --- a/sgml/Makefile +++ b/sgml/Makefile @@ -0,0 +1,23 @@ +# +# Makefile for Ian, 2.1.2001 +# + +all: ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../txt/spiderFAQ.txt + +# ../txt/adminmanual.txt: adminmanual.sgml + sgml2txt adminmanual.sgml + mv adminmanual.txt ../txt/ + +# ../html/adminmanual.html: adminmanual.sgml + sgml2html adminmanual.sgml + perl -p -e 's///' *.html + mv admin*.html ../html/ + +# ../html/spiderFAQ.html: spiderFAQ.sgml + sgml2txt spiderFAQ.sgml + mv spid*.txt ../txt + +# ../html/spiderFAQ.html: spiderFAQ.sgml + sgml2html spiderFAQ.sgml + perl -p -e 's///' *.html + mv spid*.html ../html