Bug fix.
[ir-tcl-moved-to-github.git] / doc / Makefile
1 # $Id: Makefile,v 1.3 1995-05-31 13:13:20 adam Exp $
2 all: ir-tcl.ps ir-tcl.txt ir-tcl.html
3
4 ir-tcl.txt: ir-tcl.sgml
5         sgml-format -T nroff ir-tcl| qroff >ir-tcl.txt
6
7 ir-tcl.dvi: ir-tcl.sgml
8         sgml-format ir-tcl| qtex -d >ir-tcl.dvi
9
10 ir-tcl.ps: ir-tcl.sgml
11         sgml-format ir-tcl| qtex -x
12         mv out.ps ir-tcl.ps
13
14 ir-tcl.html: ir-tcl.sgml
15         sgml-format -T html ir-tcl | prehtml | fixref >tmp.html
16         sgml-format -T html ir-tcl | prehtml >>tmp.html
17         html2html ir-tcl <tmp.html >ir-tcl.html
18         rm tmp.html
19
20 clean:
21         rm -f [0-9]* *.bak
22