author | lcp |
Mon, 12 Sep 1994 13:01:38 +0200 | |
changeset 603 | 62b44d488af6 |
child 1053 | a19fbe807f91 |
permissions | -rw-r--r-- |
603 | 1 |
# $Id$ |
2 |
######################################################################### |
|
3 |
# # |
|
4 |
# Makefile for the report "Introduction to Isabelle" # |
|
5 |
# # |
|
6 |
######################################################################### |
|
7 |
||
8 |
||
9 |
FILES = intro.tex foundations.tex getting.tex advanced.tex \ |
|
10 |
../iman.sty ../extra.sty |
|
11 |
||
12 |
intro.dvi.gz: $(FILES) |
|
13 |
latex209 intro |
|
14 |
bibtex intro |
|
15 |
latex209 intro |
|
16 |
latex209 intro |
|
17 |
../sedindex intro |
|
18 |
latex209 intro |
|
19 |
gzip -f intro.dvi |