all: allpdf
.SUFFIXES: .tex .dvi .ps .pdf .html
.PHONY: allpsgz allpdf clean ref last
.tex.dvi:
bash latex-bibtex latex $*.tex $*
.dvi.ps:
dvips $*.dvi
.tex.pdf:
bash latex-bibtex pdflatex $*.tex $*
.tex.html:
bash latex-bibtex tex2page $*.tex $*
allpsgz: brood.ps purrr.ps synth.ps
allpdf: brood.pdf purrr.pdf synth.pdf
ref: ref.bib
clean:
rm -rf *.aux *.dvi *.log *~ *.ps *.pdf *.bbl *.blg *.fmt \
*.hlog *-Z-* _region_* *.html
last: allpdf