aboutsummaryrefslogtreecommitdiff
path: root/btreplay/doc/Makefile
blob: e3b383eccea097dd5c83b4c5caaf9285f86eb1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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