| author | ballarin | 
| Tue, 16 Dec 2008 20:18:46 +0100 | |
| changeset 29218 | f7ffe90879e2 | 
| parent 28838 | d5db6dfcb34a | 
| child 30168 | 9a20be5be90b | 
| permissions | -rw-r--r-- | 
| 7046 | 1 | # | 
| 2 | # $Id$ | |
| 3 | # | |
| 4 | ||
| 5 | ## targets | |
| 6 | ||
| 7 | default: dvi | |
| 8 | ||
| 9 | ||
| 10 | ## dependencies | |
| 11 | ||
| 12 | include ../Makefile.in | |
| 13 | ||
| 14 | NAME = isar-ref | |
| 15 | ||
| 27048 | 16 | FILES = isar-ref.tex style.sty Thy/document/Generic.tex \ | 
| 26906 | 17 | Thy/document/HOLCF_Specific.tex Thy/document/HOL_Specific.tex \ | 
| 18 | Thy/document/ML_Tactic.tex Thy/document/Proof.tex \ | |
| 19 | Thy/document/Quick_Reference.tex Thy/document/Spec.tex \ | |
| 28762 
f5d79aeffd81
separate chapter "Inner syntax --- the term language";
 wenzelm parents: 
27048diff
changeset | 20 | Thy/document/ZF_Specific.tex Thy/document/Inner_Syntax.tex \ | 
| 
f5d79aeffd81
separate chapter "Inner syntax --- the term language";
 wenzelm parents: 
27048diff
changeset | 21 | Thy/document/Introduction.tex Thy/document/Document_Preparation.tex \ | 
| 28838 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 22 | Thy/document/Misc.tex Thy/document/Outer_Syntax.tex \ | 
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 23 | Thy/document/Symbols.tex ../isar.sty ../rail.sty ../railsetup.sty \ | 
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 24 | ../proof.sty ../iman.sty ../extra.sty ../ttbox.sty ../isabelle.sty \ | 
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 25 | ../isabellesym.sty ../pdfsetup.sty ../manual.bib | 
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 26 | |
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 27 | OUTPUT = syms.tex | 
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 28 | |
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 29 | syms.tex: showsymbols ../isabellesym.sty | 
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 30 | @./showsymbols <../isabellesym.sty >syms.tex | 
| 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 31 | |
| 7046 | 32 | |
| 33 | dvi: $(NAME).dvi | |
| 34 | ||
| 28838 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 35 | $(NAME).dvi: $(FILES) isabelle_isar.eps syms.tex | 
| 7046 | 36 | $(LATEX) $(NAME) | 
| 37 | $(RAIL) $(NAME) | |
| 38 | $(BIBTEX) $(NAME) | |
| 39 | $(LATEX) $(NAME) | |
| 40 | $(LATEX) $(NAME) | |
| 41 | $(SEDINDEX) $(NAME) | |
| 42 | $(LATEX) $(NAME) | |
| 43 | ||
| 44 | pdf: $(NAME).pdf | |
| 45 | ||
| 28838 
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
 wenzelm parents: 
28762diff
changeset | 46 | $(NAME).pdf: $(FILES) isabelle_isar.pdf syms.tex | 
| 7046 | 47 | $(PDFLATEX) $(NAME) | 
| 48 | $(RAIL) $(NAME) | |
| 49 | $(BIBTEX) $(NAME) | |
| 50 | $(PDFLATEX) $(NAME) | |
| 51 | $(PDFLATEX) $(NAME) | |
| 52 | $(SEDINDEX) $(NAME) | |
| 53 | $(FIXBOOKMARKS) $(NAME).out | |
| 54 | $(PDFLATEX) $(NAME) |