More documentation in sgml.
[egate.git] / doc / Makefile
1 # $Id: Makefile,v 1.1 1995/07/03 12:58:17 adam Exp $
2 all: egate.ps egate.txt egate.html
3
4 egate.txt: egate.sgml
5         sgml-format -T nroff egate| qroff >egate.txt
6
7 egate.dvi: egate.sgml
8         sgml-format egate| qtex -d >egate.dvi
9
10 egate.ps: egate.sgml
11         sgml-format egate| qtex -x
12         mv out.ps egate.ps
13
14 egate.html: egate.sgml
15         sgml-format -T html egate | prehtml | fixref >tmp.html
16         sgml-format -T html egate | prehtml >>tmp.html
17         html2html egate <tmp.html >egate.html
18         rm tmp.html
19
20 clean:
21         rm -f [0-9]* *.bak
22