doc-src/System/Makefile
author haftmann
Thu, 29 Dec 2011 10:47:55 +0100
changeset 46027 ff3c4f2bee01
parent 32088 2110fcd86efb
permissions -rw-r--r--
semiring_numeral_0_eq_0, semiring_numeral_1_eq_1 now [simp], superseeding corresponding simp rules on type nat; attribute code_abbrev superseedes code_unfold_post

## targets

default: dvi


## dependencies

include ../Makefile.in

NAME = system
FILES = system.tex Thy/document/Basics.tex Thy/document/Misc.tex	\
	Thy/document/Presentation.tex ../iman.sty ../extra.sty		\
	../ttbox.sty ../manual.bib

dvi: $(NAME).dvi

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

pdf: $(NAME).pdf

$(NAME).pdf: $(FILES) isabelle.pdf
	$(PDFLATEX) $(NAME)
	$(BIBTEX) $(NAME)
	$(PDFLATEX) $(NAME)
	$(PDFLATEX) $(NAME)
	$(SEDINDEX) $(NAME)
	$(PDFLATEX) $(NAME)