Moved variable declarations from in-block declarations to be MSVC compiler compliant
[opensync.git] / docs / whitepaper / Makefile
blobc46e23a323e88cf242f3b5528fc0279fe58dd599
2 default: OpenSync.pdf
4 %.dvi: %.tex
5 pslatex $<
6 pslatex $<
8 %.ps: %.dvi
9 dvips $<
11 %.pdf: %.ps
12 ps2pdf $<
14 #%.pdf: %.tex
15 # pdflatex $<
16 # pdflatex $<
18 clean:
19 rm -f *.ps *.dvi *.pdf
21 mrproper: clean
22 rm -f *.log *.out *.aux *.toc