author | berghofe |
Fri, 08 Aug 1997 00:09:26 +0200 | |
changeset 3643 | 4394662893b2 |
parent 3167 | 4e1eae442821 |
child 6599 | dc5bf3f40ad3 |
permissions | -rw-r--r-- |
3167 | 1 |
# $Id$ |
2 |
######################################################################### |
|
3 |
# # |
|
4 |
# Makefile for the report "Introduction to Isabelle" # |
|
5 |
# # |
|
6 |
######################################################################### |
|
7 |
||
8 |
||
9 |
FILES = axclass.tex style.tex |
|
10 |
||
11 |
axclass.dvi.gz: $(FILES) |
|
12 |
-rm axclass.dvi* |
|
13 |
latex axclass |
|
14 |
latex axclass |
|
15 |
gzip -f axclass.dvi |
|
16 |
||
17 |
dist: $(FILES) |
|
18 |
-rm axclass.dvi* |
|
19 |
latex axclass |
|
20 |
latex axclass |
|
21 |
||
22 |
clean: |
|
23 |
@rm *.aux *.log |