summaryrefslogtreecommitdiffstats
path: root/cv/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-30 07:52:56 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-30 07:52:56 +0200
commit2c0006c042a2fcaa57da2999413ca2414b755e3f (patch)
treeaab5197b856da64377a6abce0ad53c39744fac6d /cv/Makefile
parent03b27ed824cecd8b16ef19fbb7b8f4e49d439af4 (diff)
downloadmeself-2c0006c042a2fcaa57da2999413ca2414b755e3f.zip
meself-2c0006c042a2fcaa57da2999413ca2414b755e3f.tar.gz
add draft new CV
Diffstat (limited to 'cv/Makefile')
-rw-r--r--cv/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/cv/Makefile b/cv/Makefile
index 4d9af70..8f8beb1 100644
--- a/cv/Makefile
+++ b/cv/Makefile
@@ -4,13 +4,13 @@ SHELL:=/bin/bash -O extglob
FONTSDIR=fonts
FONTSDEF=cvfonts.ld
-DEFINITIONS=cvdoc
-MAIN=jeremy-zurcher-CV
+DEFINITIONS=cvdoc cvdocng
DEPENDENCIES=experiences.lou formations.lou motivations.lou self.lou
-all: $(MAIN).pdf
+all: jeremy-zurcher-CV.pdf jeremy.zurcher-CV.pdf
-$(MAIN).ps: $(DEFINITIONS) $(DEPENDENCIES)
+jeremy-zurcher-CV.ps: cvdoc $(DEPENDENCIES)
+jeremy.zurcher-CV.ps: cvdocng $(DEPENDENCIES)
.SUFFIXES: .lou .ps .pdf
@@ -21,4 +21,4 @@ $(MAIN).ps: $(DEFINITIONS) $(DEPENDENCIES)
$(LOUT) -F $(FONTSDIR) -r3 -o $@ $<
clean:
- -rm !(Makefile|$(DEFINITIONS)|$(FONTSDEF)|$(FONTSDIR)|*.lou)
+ -rm !(Makefile|cvdoc|cvdocng|$(FONTSDEF)|$(FONTSDIR)|*.lou)