from zero to built on a new system
[ozzloy@gmail.com/cv] / Makefile
CommitLineData
08cfcb08 1all:pdf
2
211c4b67 3pdf:daniel_watson_cv.pdf
9bc35909 4
211c4b67 5daniel_watson_cv.pdf:daniel_watson_cv.tex
9bc35909 6 latexmk -pdf $?
7
211c4b67 8view: daniel_watson_cv.pdf
08cfcb08 9 evince $?
60fe3585 10
11clean:
211c4b67 12 latexmk -c daniel_watson_cv.tex
08cfcb08 13
2a71d6c5 14new: cleanall all
15
16newview: new view
17
1e70536e 18dependencies:
19 sudo aptitude install -y latexmk texlive-latex-extra \
20 texlive-fonts-recommended
21
08cfcb08 22cleanall:
211c4b67 23 latexmk -C daniel_watson_cv.tex
24 rm -f daniel_watson_cv.out
25 rm -f daniel_watson_cv.pdf