6be3b9bad6b472fba0e95c97afcb5f0278c9298d
[course.git] / latex / notes / topics / linear_algebra / Makefile
1 # each MetaPost graphic has it's own file,
2 # so the basic definitions should get bundled out into an external file
3 # (encourages reuse anyway, so it's good for you :p)
4
5 all : main.pdf
6
7 view : all
8         xpdf main.pdf &
9
10 %.pdf : %.tex *.tex
11         pdflatex $<
12         ../../tex/make_mp.sh
13         pdflatex $<
14
15 semi-clean :
16         rm -f *.1 *.log *.mp *.mpx *.aux *.out *.cut
17         rm -f mp*.tex # remove metapost-generated tex
18
19 clean : semi-clean
20         rm -f *.pdf