San Mehat | e20e134 | 2009-06-03 15:36:35 -0700 | [diff] [blame] | 1 | DOCTMP = btreplay.log btreplay.aux btreplay.dvi btreplay.toc |
2 | |||||
3 | all: btreplay.dvi btreplay.pdf | ||||
4 | |||||
5 | btreplay.tex: | ||||
6 | @touch btreplay.tex | ||||
7 | |||||
8 | btreplay.dvi: btreplay.tex abstract.tex | ||||
9 | @latex btreplay.tex | ||||
10 | @latex btreplay.tex | ||||
11 | |||||
12 | btreplay.pdf: btreplay.dvi | ||||
13 | @dvipdfm -p letter btreplay | ||||
14 | |||||
15 | clean: | ||||
16 | -rm -f $(DOCTMP) | ||||
17 | -rm -f *.bak *.ps *.pdf | ||||
18 | @rm -rf btreplay |