| author | wenzelm | 
| Tue, 23 Aug 2011 15:48:41 +0200 | |
| changeset 44386 | 4048ca2658b7 | 
| parent 42632 | ebec0c1a5984 | 
| child 46295 | 2548a85b0e02 | 
| permissions | -rw-r--r-- | 
| 18537 | 1 | |
| 2 | ## targets | |
| 3 | ||
| 4 | default: dvi | |
| 5 | ||
| 6 | ||
| 7 | ## dependencies | |
| 8 | ||
| 9 | include ../Makefile.in | |
| 10 | ||
| 11 | NAME = implementation | |
| 12 | ||
| 42632 
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
 wenzelm parents: 
42511diff
changeset | 13 | FILES = ../extra.sty ../iman.sty ../../lib/texinputs/isabelle.sty \ | 
| 
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
 wenzelm parents: 
42511diff
changeset | 14 | ../../lib/texinputs/isabellesym.sty \ | 
| 
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
 wenzelm parents: 
42511diff
changeset | 15 | ../../lib/texinputs/railsetup.sty ../isar.sty ../manual.bib \ | 
| 
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
 wenzelm parents: 
42511diff
changeset | 16 | ../pdfsetup.sty ../proof.sty Thy/document/Integration.tex \ | 
| 
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
 wenzelm parents: 
42511diff
changeset | 17 | Thy/document/Isar.tex Thy/document/Local_Theory.tex \ | 
| 
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
 wenzelm parents: 
42511diff
changeset | 18 | Thy/document/Logic.tex Thy/document/Prelim.tex \ | 
| 
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
 wenzelm parents: 
42511diff
changeset | 19 | Thy/document/Proof.tex Thy/document/Syntax.tex \ | 
| 
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
 wenzelm parents: 
42511diff
changeset | 20 | Thy/document/Tactic.tex implementation.tex style.sty | 
| 18537 | 21 | |
| 22 | dvi: $(NAME).dvi | |
| 23 | ||
| 24 | $(NAME).dvi: $(FILES) isabelle_isar.eps | |
| 25 | $(LATEX) $(NAME) | |
| 26 | $(BIBTEX) $(NAME) | |
| 27 | $(LATEX) $(NAME) | |
| 28 | $(LATEX) $(NAME) | |
| 29 | $(SEDINDEX) $(NAME) | |
| 30 | $(LATEX) $(NAME) | |
| 31 | $(LATEX) $(NAME) | |
| 32 | ||
| 33 | pdf: $(NAME).pdf | |
| 34 | ||
| 35 | $(NAME).pdf: $(FILES) isabelle_isar.pdf | |
| 36 | $(PDFLATEX) $(NAME) | |
| 37 | $(BIBTEX) $(NAME) | |
| 38 | $(PDFLATEX) $(NAME) | |
| 39 | $(PDFLATEX) $(NAME) | |
| 40 | $(SEDINDEX) $(NAME) | |
| 41 | $(FIXBOOKMARKS) $(NAME).out | |
| 42 | $(PDFLATEX) $(NAME) | |
| 43 | $(PDFLATEX) $(NAME) |