summaryrefslogtreecommitdiffstats
path: root/doc/bibtex/Makefile
blob: 09c5da7192c52996c93c375d96a64bca7ebbd5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

.SUFFIXES: .pdf .dvi .tex

.dvi.pdf:
	dvipdf $<

.tex.dvi:
	latex $<
	bibtex `basename $< .tex`
	latex $<
	latex $<

clean:
	rm -f *.log *.dvi *.aux *.bbl *.blg *.out