Robin_PHD/statistics/Makefile
2010-05-03 22:09:42 +01:00

18 lines
362 B
Makefile

#
# Make the propositional logic diagram a paper
#
paper: paper.tex statistics.tex
#latex paper.tex
#dvipdf paper pdflatex cannot use eps ffs
pdflatex paper.tex
okular paper.pdf
# Remove the need for referncing graphics in subdirectories
#
statistics.tex: statistics.tex paper.tex
cat statistics.tex | sed 's/statistics\///' > statistics_paper.tex