diff options
Diffstat (limited to 'cv/Makefile')
-rw-r--r-- | cv/Makefile | 10 |
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) |