21 lines
269 B
Makefile
21 lines
269 B
Makefile
|
|
# $Id: Makefile,v 1.7 2008/09/26 16:31:31 robin Exp $
|
|
|
|
all: s5
|
|
|
|
pdf:
|
|
latex thesis.tex
|
|
bibtex thesis
|
|
dvipdf thesis.dvi
|
|
acroread thesis.pdf
|
|
|
|
s5:
|
|
latex thesis.tex
|
|
bibtex thesis
|
|
dvips thesis.dvi -o switch.ps
|
|
xdvi thesis.dvi
|
|
#lpr thesis.ps
|
|
|
|
gv: all
|
|
gv thesis.ps
|