doc-src/Inductive/Makefile
author nipkow
Sun, 02 Nov 1997 13:47:58 +0100
changeset 4067 207a7811faa9
parent 3165 80818995eb76
child 6629 6edc66a9d80b
permissions -rw-r--r--
Documented `split_t_case' thm genearted by datatype.

#  $Id$
#########################################################################
#									#
#	Makefile for the report "A Fixedpoint Approach ..."		#
#									#
#########################################################################


FILES =  ind-defs.tex ../proof.sty ../iman.sty ../extra.sty

ind-defs.dvi.gz:   $(FILES) 
	-rm ind-defs.dvi.gz
	latex ind-defs
	bibtex ind-defs
	latex ind-defs
	latex ind-defs
	gzip -f ind-defs.dvi

dist:   $(FILES) 
	-rm ind-defs.dvi*
	latex ind-defs
	latex ind-defs

clean:
	@rm *.aux *.log *.toc