New Makefile for Introduction
authorlcp
Mon, 12 Sep 1994 13:01:38 +0200
changeset 603 62b44d488af6
parent 602 9cb1fa628dbb
child 604 df621b2535aa
New Makefile for Introduction
doc-src/Intro/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc-src/Intro/Makefile	Mon Sep 12 13:01:38 1994 +0200
@@ -0,0 +1,19 @@
+#  $Id$
+#########################################################################
+#									#
+#	Makefile for the report "Introduction to Isabelle"		#
+#									#
+#########################################################################
+
+
+FILES =  intro.tex foundations.tex getting.tex advanced.tex \
+	 ../iman.sty ../extra.sty
+
+intro.dvi.gz:   $(FILES) 
+	latex209 intro
+	bibtex intro
+	latex209 intro
+	latex209 intro
+	../sedindex intro
+	latex209 intro
+	gzip -f intro.dvi