This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/statistics/Makefile
2014-10-02 08:01:29 +02:00

25 lines
443 B
Makefile

DOTSOURCES = $(wildcard figs/*.dot)
all: $(DOTSOURCES:dot=pdf)
python figs/generate.py
python figs/generate03.py
python figs/generateTPlots.py
pdflatex talk*.tex
pdflatex talk*.tex
pdflatex talk*.tex
figs/prob%.pdf : figs/prob%.dot
dot -Tpdf -o $@ $<
figs/test%.pdf : figs/test%.dot
dot -Tpdf -o $@ $<
figs/fig%.pdf : figs/fig%.dot
dot -Tpdf -o $@ $<
clean:
rm -rf *.dvi *.pdf *.aux *.out *.log auto *.nav *.snm *.toc *.vrb