doc-src/Inductive/Makefile
changeset 3162 78fa85d44e68
child 3165 80818995eb76
--- /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