604
|
1 |
# $Id$
|
|
2 |
#########################################################################
|
|
3 |
# #
|
|
4 |
# Makefile for the report "The Isabelle Reference Manual" #
|
|
5 |
# #
|
|
6 |
#########################################################################
|
|
7 |
|
|
8 |
|
|
9 |
FILES = ref.tex introduction.tex goals.tex tactic.tex tctical.tex\
|
|
10 |
thm.tex theories.tex defining.tex syntax.tex substitution.tex\
|
1111
|
11 |
simplifier.tex classical.tex theory-syntax.tex\
|
3098
|
12 |
../rail.sty ../proof.sty ../iman.sty ../extra.sty
|
604
|
13 |
|
|
14 |
ref.dvi.gz: $(FILES)
|
2657
|
15 |
-rm ref.dvi*
|
3098
|
16 |
latex ref
|
1111
|
17 |
rail ref
|
604
|
18 |
bibtex ref
|
3098
|
19 |
latex ref
|
|
20 |
latex ref
|
604
|
21 |
../sedindex ref
|
3098
|
22 |
latex ref
|
604
|
23 |
gzip -f ref.dvi
|
2657
|
24 |
|
|
25 |
dist: $(FILES)
|
|
26 |
-rm ref.dvi*
|
3098
|
27 |
latex ref
|
|
28 |
latex ref
|
2657
|
29 |
../sedindex ref
|
3098
|
30 |
latex ref
|
3164
|
31 |
|
|
32 |
clean:
|
|
33 |
@rm *.aux *.log *.toc *.idx *.rai
|