# HG changeset patch # User lcp # Date 779367967 -7200 # Node ID df621b2535aae9fa56a80c976f2dee393678bfb7 # Parent 62b44d488af6becffc986119e81cf7f1a1c4ff7d New Makefile for Reference Manual diff -r 62b44d488af6 -r df621b2535aa doc-src/Ref/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc-src/Ref/Makefile Mon Sep 12 13:06:07 1994 +0200 @@ -0,0 +1,21 @@ +# $Id$ +######################################################################### +# # +# Makefile for the report "The Isabelle Reference Manual" # +# # +######################################################################### + + +FILES = ref.tex introduction.tex goals.tex tactic.tex tctical.tex\ + thm.tex theories.tex defining.tex syntax.tex substitution.tex\ + simplifier.tex classical.tex\ + ../iman.sty ../extra.sty + +ref.dvi.gz: $(FILES) + latex209 ref + bibtex ref + latex209 ref + latex209 ref + ../sedindex ref + latex209 ref + gzip -f ref.dvi