| 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\
 | 
| 2659 |     12 | 	 ../rail.sty ../proof209.sty ../iman.sty ../extra.sty
 | 
| 604 |     13 | 
 | 
|  |     14 | ref.dvi.gz:   $(FILES) 
 | 
| 2657 |     15 | 	-rm ref.dvi*
 | 
| 604 |     16 | 	latex209 ref
 | 
| 1111 |     17 | 	rail ref
 | 
| 604 |     18 | 	bibtex ref
 | 
|  |     19 | 	latex209 ref
 | 
|  |     20 | 	latex209 ref
 | 
|  |     21 | 	../sedindex ref
 | 
|  |     22 | 	latex209 ref
 | 
|  |     23 | 	gzip -f ref.dvi
 | 
| 2657 |     24 | 
 | 
|  |     25 | dist:   $(FILES) 
 | 
|  |     26 | 	-rm ref.dvi*
 | 
|  |     27 | 	latex209 ref
 | 
|  |     28 | 	latex209 ref
 | 
|  |     29 | 	../sedindex ref
 | 
|  |     30 | 	latex209 ref
 |