2 # Makefile for Ian, 2.1.2001
5 all: ../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
7 # ../txt/adminmanual.txt: adminmanual.sgml
8 sgml2txt -f adminmanual.sgml
10 # ../html/adminmanual.html: adminmanual.sgml
11 sgml2html adminmanual.sgml
13 # ../txt/installation.txt: installation.sgml
14 sgml2txt -f installation.sgml
16 # ../html/installation.html: installation.html
17 sgml2html installation.sgml
19 # ../html/spiderFAQ.html: spiderFAQ.sgml
20 sgml2txt spiderFAQ.sgml
22 # ../html/spiderFAQ.html: spiderFAQ.sgml
23 sgml2html spiderFAQ.sgml
25 # ../html/usermanual.html: usermanual.sgml
26 sgml2html usermanual.sgml
28 # ../txt/usermanual.txt: usermanual.sgml
29 sgml2txt usermanual.sgml
31 # ../html/spiderCVS.html: spiderCVS.sgml
32 sgml2html spiderCVS.sgml
34 # ../txt/spiderCVS.txt: spiderCVS.sgml
35 sgml2txt spiderCVS.sgml
37 perl -pi.bak -e 's|</HEAD>|<link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">\n</HEAD>|' *.html