From 211c4b675c15d2255dca286fb545ff8f9f039022 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 15 Jun 2010 20:27:49 -0700 Subject: [PATCH] oops, updating make to reflect file rename --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 81ace99..8c0865c 100644 --- a/Makefile +++ b/Makefile @@ -1,22 +1,22 @@ all:pdf -pdf:daniel_watson_resume.pdf +pdf:daniel_watson_cv.pdf -daniel_watson_resume.pdf:daniel_watson_resume.tex +daniel_watson_cv.pdf:daniel_watson_cv.tex latexmk -pdf $? -view: daniel_watson_resume.pdf +view: daniel_watson_cv.pdf evince $? clean: - latexmk -c daniel_watson_resume.tex + latexmk -c daniel_watson_cv.tex new: cleanall all newview: new view cleanall: - latexmk -C daniel_watson_resume.tex - rm -f daniel_watson_resume.out - rm -f daniel_watson_resume.pdf + latexmk -C daniel_watson_cv.tex + rm -f daniel_watson_cv.out + rm -f daniel_watson_cv.pdf -- 2.30.2