Added helpfile for forward/latlong and updated admin manual. Resolved
[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         mv admin*.html ../html/
14
15 #       ../html/spiderFAQ.html: spiderFAQ.sgml 
16         sgml2txt spiderFAQ.sgml
17         mv spid*.txt ../txt
18
19 #       ../html/spiderFAQ.html: spiderFAQ.sgml
20         sgml2html spiderFAQ.sgml
21         mv spid*.html ../html