X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2FMakefile;h=cfffa521767f8a5f0894d0ddff2f1b14606c2a77;hb=f63d598af3f797b56b8d5e23ec4ff5254192eee9;hp=1056584a545badd8b78edd37fd9648f88b2167d7;hpb=0fcb7df9b5f6b17605f07d965e71d8bc4dee09a0;p=spider.git diff --git a/sgml/Makefile b/sgml/Makefile index 1056584a..cfffa521 100644 --- a/sgml/Makefile +++ b/sgml/Makefile @@ -2,11 +2,11 @@ # Makefile for Ian, 2.1.2001 # -all: sgml ../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 +all: sgml ../html/adminmanual_en.html ../txt/adminmanual_en.txt ../html/installation_en.html ../txt/installation_en.txt ../html/spiderFAQ_en.html ../txt/spiderFAQ_en.txt ../html/usermanual_en.html ../txt/usermanual_en.txt ../html/spiderCVS_en.html ../txt/spiderCVS_en.txt ../html/filtering_en.html ../txt/filtering_en.txt sgml: ../cmd/Commands_en.hlp adminmanual.sgml usermanual.sgml # Create the admin manual sgml file - cat ../cmd/Commands_en.hlp | ./commands2sgml.pl 8 > ./adminmanual-cmd.sgml + cat ../cmd/Commands_en.hlp | ./commands2sgml.pl 9 > ./adminmanual-cmd.sgml cat adminmanual.sgml adminmanual-cmd.sgml > ./adminmanual_en.sgml # Create the user manual sgml file @@ -26,7 +26,7 @@ sgml: ../cmd/Commands_en.hlp adminmanual.sgml usermanual.sgml sgml2html installation_en.sgml # ../html/spiderFAQ_en.html: spiderFAQ_en.sgml - sgml2txt spiderFAQ_en.sgml + sgml2txt -f spiderFAQ_en.sgml # ../html/spiderFAQ_en.html: spiderFAQ_en.sgml sgml2html spiderFAQ_en.sgml @@ -35,13 +35,19 @@ sgml: ../cmd/Commands_en.hlp adminmanual.sgml usermanual.sgml sgml2html usermanual_en.sgml # ../txt/usermanual_en.txt: usermanual_en.sgml - sgml2txt usermanual_en.sgml + sgml2txt -f usermanual_en.sgml # ../html/spiderCVS_en.html: spiderCVS_en.sgml sgml2html spiderCVS_en.sgml # ../txt/spiderCVS_en.txt: spiderCVS_en.sgml - sgml2txt spiderCVS_en.sgml + sgml2txt -f spiderCVS_en.sgml + +# ../html/filtering_en.html: filtering_en.sgml + sgml2html filtering_en.sgml + +# ../txt/filtering_en.txt: filtering_en.sgml + sgml2txt -f filtering_en.sgml perl -pi.bak -e 's||\n|' *.html mv *.html ../html