doc-src/TutorialI/Makefile
author nipkow
Wed, 19 Apr 2000 11:54:39 +0200
changeset 8743 3253c6046d57
child 8754 42ce93ada11e
permissions -rw-r--r--
I wonder if that's all?
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
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    14
NAME = tutorial
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    15
FILES = tutorial.tex basics.tex fp.tex appendix.tex \
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    16
	../iman.sty ttbox.sty extra.sty
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    17
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    18
dvi: $(NAME).dvi
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    19
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    20
$(NAME).dvi: $(FILES) isabelle_hol.eps
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    21
	touch $(NAME).ind
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    22
	$(LATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    23
	$(BIBTEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    24
	$(LATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    25
	$(LATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    26
	$(SEDINDEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    27
	$(LATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    28
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    29
pdf: $(NAME).pdf
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    30
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    31
$(NAME).pdf: $(FILES) isabelle_hol.pdf
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    32
	touch $(NAME).ind
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    33
	$(PDFLATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    34
	$(BIBTEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    35
	$(PDFLATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    36
	$(PDFLATEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    37
	$(SEDINDEX) $(NAME)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    38
	$(FIXBOOKMARKS) $(NAME).out
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    39
	$(PDFLATEX) $(NAME)