Small alterations to the Admin Manual
[spider.git] / sgml / Makefile
1 #
2 # Makefile for Ian, 2.1.2001
3 #
4
5 all:    ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../txt/spiderFAQ.txt
6
7 #       ../txt/adminmanual.txt: adminmanual.sgml
8         sgml2txt adminmanual.sgml
9         mv adminmanual.txt ../txt/
10
11 #       ../html/adminmanual.html: adminmanual.sgml
12         sgml2html adminmanual.sgml
13         perl -p -e 's/<BODY>/<BODY BGCOLOR="#ffffff">/' *.html
14         mv admin*.html ../html/ 
15
16 #       ../html/spiderFAQ.html: spiderFAQ.sgml 
17         sgml2txt spiderFAQ.sgml
18         mv spid*.txt ../txt
19
20 #       ../html/spiderFAQ.html: spiderFAQ.sgml
21         sgml2html spiderFAQ.sgml
22         perl -p -e 's/<BODY>/<BODY BGCOLOR="#ffffff">/' *.html
23         mv spid*.html ../html