doc-src/Intro/Makefile
author wenzelm
Thu, 20 Feb 1997 14:59:02 +0100
changeset 2656 71097a167f0b
parent 1053 a19fbe807f91
child 2663 3ca200d880f4
permissions -rw-r--r--
made a bit more robust;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
603
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     1
#  $Id$
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     2
#########################################################################
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     3
#									#
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     4
#	Makefile for the report "Introduction to Isabelle"		#
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     5
#									#
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     6
#########################################################################
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     7
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     8
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
     9
FILES =  intro.tex foundations.tex getting.tex advanced.tex \
2656
71097a167f0b made a bit more robust;
wenzelm
parents: 1053
diff changeset
    10
	 ../proof209.sty ../iman.sty ../extra.sty
603
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
    11
2656
71097a167f0b made a bit more robust;
wenzelm
parents: 1053
diff changeset
    12
intro.dvi:   $(FILES) 
71097a167f0b made a bit more robust;
wenzelm
parents: 1053
diff changeset
    13
	-rm intro.dvi*
603
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
    14
	latex209 intro
2656
71097a167f0b made a bit more robust;
wenzelm
parents: 1053
diff changeset
    15
	-test -f string.bib && bibtex intro
603
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
    16
	latex209 intro
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
    17
	latex209 intro
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
    18
	../sedindex intro
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
    19
	latex209 intro
2656
71097a167f0b made a bit more robust;
wenzelm
parents: 1053
diff changeset
    20
71097a167f0b made a bit more robust;
wenzelm
parents: 1053
diff changeset
    21
intro.dvi.gz: intro.dvi
603
62b44d488af6 New Makefile for Introduction
lcp
parents:
diff changeset
    22
	gzip -f intro.dvi