add PAPERSIZE
[PyX/mjg.git] / design / dtk / Makefile
blobdee9968ddd407e14d00c15f69f9ea3b9893a01c4
1 default: pyx.pdf
4 pyx.dvi: pyx.tex unitcircle.py arrow.py springs.py text.py arrow.eps springs.eps text.eps
5 latex pyx
6 latex pyx
8 pyx.ps: pyx.dvi
9 dvips pyx
11 pyx.pdf: pyx.ps
12 ps2pdf -sPAPERSIZE=a4 pyx.ps
14 arrow.eps: arrow.py
15 PYTHONPATH=../.. python arrow.py
17 springs.eps: springs.py
18 PYTHONPATH=../.. python springs.py
20 text.eps: text.py
21 PYTHONPATH=../.. python text.py
23 clean:
24 rm pyx.dvi pyx.log pyx.aux pyx.out pyx.toc pyx.ps pyx.pdf arrow.eps springs.eps text.eps