diff options
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 |