Robin_PHD/Makefile
2010-01-08 21:17:59 +00:00

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