X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2FMakefile;fp=sgml%2FMakefile;h=160e83a8b03defde4c246b3fa8b3f63360fc6b44;hb=e674587476599456cce169e02b0e441d985f9dd8;hp=e8cc139ba8154fdd0665ea8176be389402eeaf1d;hpb=4a8336156c820698be4933a3e36513750709926d;p=spider.git diff --git a/sgml/Makefile b/sgml/Makefile index e8cc139b..160e83a8 100644 --- a/sgml/Makefile +++ b/sgml/Makefile @@ -2,21 +2,27 @@ # 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/spiderFAQ.html ../txt/spiderFAQ.txt ../html/usermanual.html ../txt/usermanual.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 + +# ../html/usermanual.html: usermanual.sgml + sgml2html usermanual.sgml + +# ../txt/usermanual.txt: usermanual.sgml + sgml2txt usermanual.sgml + perl -pi.bak -e 's||\n|' *.html mv *.html ../html + mv *.txt ../txt rm -f *.bak