X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2FMakefile;h=e8cc139ba8154fdd0665ea8176be389402eeaf1d;hb=175151ba8f0fec2628e157c1d54dcbf89091e522;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=564548091fc1c40f493d4bcdc104a4ce3b2ded51;p=spider.git diff --git a/sgml/Makefile b/sgml/Makefile index e69de29b..e8cc139b 100644 --- a/sgml/Makefile +++ b/sgml/Makefile @@ -0,0 +1,22 @@ +# +# 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 + +# ../html/spiderFAQ.html: spiderFAQ.sgml + sgml2txt spiderFAQ.sgml + mv spid*.txt ../txt + +# ../html/spiderFAQ.html: spiderFAQ.sgml + sgml2html spiderFAQ.sgml + perl -pi.bak -e 's||\n|' *.html + mv *.html ../html + rm -f *.bak