diff -r d2c6f15f38f4 -r 78fa85d44e68 doc-src/Inductive/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc-src/Inductive/Makefile Mon May 12 17:13:12 1997 +0200 @@ -0,0 +1,17 @@ +# $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 + latex209 ind-defs + bibtex ind-defs + latex209 ind-defs + latex209 ind-defs + gzip -f ind-defs.dvi