X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2FMakefile;h=8024ef460abdf1dfccc6ce19a9054557d67f1e96;hb=8bc319a24ff1235ff7072d6e5f7a4e99590a1b29;hp=160e83a8b03defde4c246b3fa8b3f63360fc6b44;hpb=9d573b0c36820badc1dc1e03bcd62960b572bb1c;p=spider.git diff --git a/sgml/Makefile b/sgml/Makefile index 160e83a8..8024ef46 100644 --- a/sgml/Makefile +++ b/sgml/Makefile @@ -2,7 +2,7 @@ # Makefile for Ian, 2.1.2001 # -all: ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../txt/spiderFAQ.txt ../html/usermanual.html ../txt/usermanual.txt +all: ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../txt/spiderFAQ.txt ../html/usermanual.html ../txt/usermanual.txt ../html/wininstallation.html ../txt/wininstallation.txt # ../txt/adminmanual.txt: adminmanual.sgml sgml2txt adminmanual.sgml @@ -22,6 +22,12 @@ all: ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../t # ../txt/usermanual.txt: usermanual.sgml sgml2txt usermanual.sgml +# ../html/wininstallation.html: wininstallation.sgml + sgml2html wininstallation.sgml + +# ../txt/winistallation.txt: wininstallation.sgml + sgml2txt -f wininstallation.sgml + perl -pi.bak -e 's||\n|' *.html mv *.html ../html mv *.txt ../txt