doc-src/Main/Makefile
author bulwahn
Tue, 08 May 2012 14:31:03 +0200
changeset 47893 4cf901b1089a
parent 42511 bf89455ccf9d
permissions -rw-r--r--
specialised fact in the Record theory should not be appear in proofs discovered by sledgehammer


## targets

default: dvi


## dependencies

include ../Makefile.in

NAME = main

FILES = ../../lib/texinputs/isabelle.sty ../../lib/texinputs/isabellesym.sty ../pdfsetup.sty $(NAME).tex	\
  Docs/document/Main_Doc.tex

dvi: $(NAME).dvi

$(NAME).dvi: $(FILES)
	$(LATEX) $(NAME)

pdf: $(NAME).pdf

$(NAME).pdf: $(FILES)
	$(PDFLATEX) $(NAME)