moved recursion combinator to HOL/Library/Wfrec.thy -- it is so fundamental and well-known that it should survive recdef
## targets
default: dvi
## dependencies
include ../../../Makefile.in
dvi: ../../isar-overview.dvi
../../isar-overview.dvi: *.tex *.bib
$(LATEX) root
$(BIBTEX) root
$(LATEX) root
$(LATEX) root
mv root.dvi ../../isar-overview.dvi
pdf: ../../isar-overview.pdf
../../isar-overview.pdf: *.tex *.bib
$(PDFLATEX) root
$(BIBTEX) root
$(PDFLATEX) root
$(PDFLATEX) root
mv root.pdf ../../isar-overview.pdf