diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-09-01 23:30:15 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-09-01 23:30:15 +0200 |
commit | 68a7f018ae776b6951a809cd1215886d87941776 (patch) | |
tree | 8a0ba994b4e8ddaa9dea14feb1c9b14c6c0102c5 /cv/Makefile | |
parent | 66fec60ac87278c281bb598d5f6c76d3c8108ba8 (diff) | |
download | meself-68a7f018ae776b6951a809cd1215886d87941776.zip meself-68a7f018ae776b6951a809cd1215886d87941776.tar.gz |
all in one file, forward a bit
Diffstat (limited to 'cv/Makefile')
-rw-r--r-- | cv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cv/Makefile b/cv/Makefile index 3c8bd44..1ff8df5 100644 --- a/cv/Makefile +++ b/cv/Makefile @@ -5,12 +5,12 @@ SHELL:=/bin/bash -O extglob FONTSDIR=fonts FONTSDEF=cvfonts.ld DEFINITIONS=cvdoc cvdocng -DEPENDENCIES= achievements.lou experiences.lou formations.lou motivations.lou self.lou +DEPENDENCIES=experiences.lou formations.lou motivations.lou self.lou all: jeremy-zurcher-CV.pdf jeremy.zurcher-CV.pdf -jeremy-zurcher-CV.ps: cvdoc $(DEPENDENCIES) -jeremy.zurcher-CV.ps: cvdocng $(DEPENDENCIES) +jeremy-zurcher-CV.ps: jeremy-zurcher-CV.lou cvdoc $(DEPENDENCIES) +jeremy.zurcher-CV.ps: jeremy.zurcher-CV.lou cvdocng $(FONTSDEF) .SUFFIXES: .lou .ps .pdf |