You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
339 B
18 lines
339 B
DOCTMP = btreplay.log btreplay.aux btreplay.dvi btreplay.toc |
|
|
|
all: btreplay.dvi btreplay.pdf |
|
|
|
btreplay.tex: |
|
@touch btreplay.tex |
|
|
|
btreplay.dvi: btreplay.tex abstract.tex |
|
@latex btreplay.tex |
|
@latex btreplay.tex |
|
|
|
btreplay.pdf: btreplay.dvi |
|
@dvipdfm -p letter btreplay |
|
|
|
clean: |
|
-rm -f $(DOCTMP) |
|
-rm -f *.bak *.ps *.pdf |
|
@rm -rf btreplay
|
|
|