doc-src/TutorialI/Makefile
author wenzelm
Thu, 15 May 2008 20:14:10 +0200
changeset 26913 67040326ab7a
parent 23927 cbe0e4aeb53c
child 31676 4ee7a8af1903
permissions -rw-r--r--
use Isabelle sty files from Doc/;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     1
#
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     2
# $Id$
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     3
#
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     4
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     5
## targets
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     6
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     7
default: dvi
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     8
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     9
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    10
## dependencies
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    11
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    12
include ../Makefile.in
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    13
11430
c51de60e26cf SEDINDEX = ./isa-index;
wenzelm
parents: 11428
diff changeset
    14
SEDINDEX = ./isa-index
11400
ddcfdc38090d isa-index replaces ../sedindex: knows about \\isa
paulson
parents: 9695
diff changeset
    15
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    16
NAME = tutorial
26913
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    17
FILES = tutorial.tex basics.tex fp.tex appendix.tex			\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    18
	Advanced/advanced.tex CTL/ctl.tex Inductive/inductive.tex	\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    19
	Inductive/document/AB.tex Inductive/document/Advanced.tex	\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    20
	Inductive/document/Even.tex Inductive/document/Mutual.tex	\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    21
	Inductive/document/Star.tex Protocol/protocol.tex		\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    22
	Protocol/document/Event.tex Protocol/document/Message.tex	\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    23
	Protocol/document/Public.tex Protocol/document/NS_Public.tex	\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    24
	Rules/rules.tex Sets/sets.tex Types/numerics.tex		\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    25
	Types/types.tex Documents/documents.tex ../iman.sty		\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    26
	../ttbox.sty ../extra.sty ../isabelle.sty ../isabellesym.sty	\
67040326ab7a use Isabelle sty files from Doc/;
wenzelm
parents: 23927
diff changeset
    27
	../pdfsetup.sty
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    28
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    29
dvi: $(NAME).dvi
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    30
12677
73c070d5c031 dependencies for "typedef" image;
wenzelm
parents: 12676
diff changeset
    31
$(NAME).dvi: $(FILES) isabelle_hol.eps typedef.ps
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    32
	$(LATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    33
	$(BIBTEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    34
	$(LATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    35
	$(LATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    36
	$(SEDINDEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    37
	$(LATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    38
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    39
pdf: $(NAME).pdf
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    40
12677
73c070d5c031 dependencies for "typedef" image;
wenzelm
parents: 12676
diff changeset
    41
$(NAME).pdf: $(FILES) isabelle_hol.pdf typedef.pdf
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    42
	$(PDFLATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    43
	$(BIBTEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    44
	$(PDFLATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    45
	$(PDFLATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    46
	$(SEDINDEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    47
	$(FIXBOOKMARKS) $(NAME).out
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    48
	$(PDFLATEX) $(NAME)
12672
wenzelm
parents: 12654
diff changeset
    49
	$(FIXBOOKMARKS) $(NAME).out