doc-src/Functions/Makefile
author nipkow
Tue, 22 Mar 2011 12:49:07 +0100
changeset 42059 83f3dc509068
parent 30226 2f4684e2ea95
child 42511 bf89455ccf9d
permissions -rw-r--r--
fixed a printing problem for bounded quantifiers and bounded set operators in the case of tuples
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21212
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     1
#
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     2
# $Id$
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     3
#
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     4
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     5
## targets
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     6
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     7
default: dvi
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     8
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     9
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    10
## dependencies
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    11
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    12
include ../Makefile.in
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    13
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    14
NAME = functions
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    15
23188
595a0e24bd8e updated
krauss
parents: 21212
diff changeset
    16
FILES = $(NAME).tex Thy/document/Functions.tex intro.tex conclusion.tex \
30226
2f4684e2ea95 more canonical directory structure of manuals
haftmann
parents: 26911
diff changeset
    17
  style.sty ../iman.sty ../extra.sty ../isar.sty \
2f4684e2ea95 more canonical directory structure of manuals
haftmann
parents: 26911
diff changeset
    18
  ../isabelle.sty ../isabellesym.sty ../pdfsetup.sty \
2f4684e2ea95 more canonical directory structure of manuals
haftmann
parents: 26911
diff changeset
    19
  ../manual.bib ../proof.sty
21212
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    20
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    21
dvi: $(NAME).dvi
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    22
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    23
$(NAME).dvi: $(FILES) isabelle_isar.eps
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    24
	$(LATEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    25
	$(BIBTEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    26
	$(LATEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    27
	$(LATEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    28
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    29
pdf: $(NAME).pdf
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    30
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    31
$(NAME).pdf: $(FILES) isabelle_isar.pdf
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    32
	$(PDFLATEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    33
	$(BIBTEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    34
	$(PDFLATEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    35
	$(PDFLATEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    36
	$(FIXBOOKMARKS) $(NAME).out
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    37
	$(PDFLATEX) $(NAME)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    38
	$(PDFLATEX) $(NAME)