changed title
This commit is contained in:
24
statistics/Makefile
Normal file
24
statistics/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user