| 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\
 | 
| 604 |     12 | 	 ../iman.sty ../extra.sty
 | 
|  |     13 | 
 | 
|  |     14 | ref.dvi.gz:   $(FILES) 
 | 
| 1053 |     15 | 	-rm ref.dvi.gz
 | 
| 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
 |