doc-src/Logics/Makefile
author berghofe
Fri, 01 Oct 1999 10:23:13 +0200
changeset 7672 c092e67d12f8
parent 7160 1135f3f8782c
child 8828 5be2d1745c61
permissions -rw-r--r--
- Fixed bug in mk_split_pack which caused application of expansion theorem to fail because of typing reasons - Rewrote inst_lift and inst_split: now cterm_instantiate is used to instantiate theorems

#
# $Id$
#

## targets

default: dvi


## dependencies

include ../Makefile.in

NAME = logics
FILES = logics.tex preface.tex syntax.tex LK.tex Sequents.tex CTT.tex \
	../proof.sty ../iman.sty ../extra.sty ../manual.bib

dvi: $(NAME).dvi

$(NAME).dvi: $(FILES) isabelle.eps
	touch $(NAME).ind
	$(LATEX) $(NAME)
	$(BIBTEX) $(NAME)
	$(LATEX) $(NAME)
	$(LATEX) $(NAME)
	$(SEDINDEX) $(NAME)
	$(LATEX) $(NAME)

pdf: $(NAME).pdf

$(NAME).pdf: $(FILES) isabelle.pdf
	touch $(NAME).ind
	$(PDFLATEX) $(NAME)
	$(BIBTEX) $(NAME)
	$(PDFLATEX) $(NAME)
	$(PDFLATEX) $(NAME)
	$(SEDINDEX) $(NAME)
	$(FIXBOOKMARKS) $(NAME).out
	$(PDFLATEX) $(NAME)