author | wenzelm |
Thu, 26 Jul 2012 13:38:43 +0200 | |
changeset 48513 | ace120a2cb70 |
parent 32088 | 2110fcd86efb |
permissions | -rw-r--r-- |
6600 | 1 |
## targets |
2 |
||
3 |
default: dvi |
|
3170 | 4 |
|
5 |
||
6600 | 6 |
## dependencies |
7 |
||
8 |
include ../Makefile.in |
|
9 |
||
10 |
NAME = system |
|
28226 | 11 |
FILES = system.tex Thy/document/Basics.tex Thy/document/Misc.tex \ |
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28226
diff
changeset
|
12 |
Thy/document/Presentation.tex ../iman.sty ../extra.sty \ |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28226
diff
changeset
|
13 |
../ttbox.sty ../manual.bib |
10580 | 14 |
|
6600 | 15 |
dvi: $(NAME).dvi |
3170 | 16 |
|
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28226
diff
changeset
|
17 |
$(NAME).dvi: $(FILES) isabelle.eps |
6600 | 18 |
$(LATEX) $(NAME) |
7207 | 19 |
$(BIBTEX) $(NAME) |
20 |
$(LATEX) $(NAME) |
|
6600 | 21 |
$(LATEX) $(NAME) |
22 |
$(SEDINDEX) $(NAME) |
|
23 |
$(LATEX) $(NAME) |
|
6623 | 24 |
|
25 |
pdf: $(NAME).pdf |
|
26 |
||
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28226
diff
changeset
|
27 |
$(NAME).pdf: $(FILES) isabelle.pdf |
6623 | 28 |
$(PDFLATEX) $(NAME) |
7207 | 29 |
$(BIBTEX) $(NAME) |
30 |
$(PDFLATEX) $(NAME) |
|
6623 | 31 |
$(PDFLATEX) $(NAME) |
32 |
$(SEDINDEX) $(NAME) |
|
33 |
$(PDFLATEX) $(NAME) |