diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-06-10 14:23:25 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-06-10 14:23:25 +0200 |
commit | 763046c5da8ea73b24f3817a6f05e701f5324d6e (patch) | |
tree | cc7ff44742a37470cb27e80fd0b78e08032a0684 /motivation/Makefile | |
parent | 0cd5164e5e76c20fbba2538ddd9172738baba6d3 (diff) | |
download | meself-763046c5da8ea73b24f3817a6f05e701f5324d6e.zip meself-763046c5da8ea73b24f3817a6f05e701f5324d6e.tar.gz |
a few fixes
Diffstat (limited to 'motivation/Makefile')
-rw-r--r-- | motivation/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/motivation/Makefile b/motivation/Makefile index 3a7139a..8b32439 100644 --- a/motivation/Makefile +++ b/motivation/Makefile @@ -6,9 +6,12 @@ SHELL:=/bin/bash -O extglob FONTSDIR=fonts FONTSDEF=cvfonts.ld -all: jeremy.zurcher-openweb.fr.pdf +all: jeremy.zurcher-openweb.fr.pdf jeremy.zurcher-experis.fr.pdf jeremy.zurcher-cross.fr.pdf jeremy.zurcher-altran.fr.pdf jeremy.zurcher-openweb.fr.ps: jeremy.zurcher-openweb.fr.lou meself.lou job.fr.lou opensource.fr.lou mydoc $(FONTSDEF) +jeremy.zurcher-experis.fr.ps: jeremy.zurcher-experis.fr.lou meself.lou job.fr.lou opensource.fr.lou mydoc $(FONTSDEF) +jeremy.zurcher-experis.fr.ps: jeremy.zurcher-cross.fr.lou meself.lou job.fr.lou opensource.fr.lou mydoc $(FONTSDEF) +jeremy.zurcher-altran.fr.ps: jeremy.zurcher-altran.fr.lou meself.lou job.fr.lou opensource.fr.lou mydoc $(FONTSDEF) .SUFFIXES: .lou .ps .pdf .html |