author | wenzelm |
Mon, 12 May 1997 17:13:12 +0200 | |
changeset 3162 | 78fa85d44e68 |
child 3165 | 80818995eb76 |
permissions | -rw-r--r-- |
3162 | 1 |
# $Id$ |
2 |
######################################################################### |
|
3 |
# # |
|
4 |
# Makefile for the report "A Fixedpoint Approach ..." # |
|
5 |
# # |
|
6 |
######################################################################### |
|
7 |
||
8 |
||
9 |
FILES = ind-defs.tex ../proof.sty ../iman.sty ../extra.sty |
|
10 |
||
11 |
ind-defs.dvi.gz: $(FILES) |
|
12 |
-rm ind-defs.dvi.gz |
|
13 |
latex209 ind-defs |
|
14 |
bibtex ind-defs |
|
15 |
latex209 ind-defs |
|
16 |
latex209 ind-defs |
|
17 |
gzip -f ind-defs.dvi |