summaryrefslogtreecommitdiffstats
path: root/cv/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-02-10 00:52:18 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-02-10 00:52:18 +0100
commite20e895e4b298cd4333293381fb94dabae7efbff (patch)
tree1f7ee67d15a58cd80a8d5c8feea7700139ea0849 /cv/Makefile
parent004637582b2b6e84fb19be6be3c9ce53ba75cd3f (diff)
downloadmeself-e20e895e4b298cd4333293381fb94dabae7efbff.zip
meself-e20e895e4b298cd4333293381fb94dabae7efbff.tar.gz
cv: cleanup cvdoc
Diffstat (limited to 'cv/Makefile')
-rw-r--r--cv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cv/Makefile b/cv/Makefile
index 2954893..b4a86d8 100644
--- a/cv/Makefile
+++ b/cv/Makefile
@@ -8,7 +8,7 @@ FONTSDEF=cvfonts.ld
all: jeremy.zurcher-CV.pdf jeremy.zurcher-CV.html
-jeremy.zurcher-CV.ps: jeremy.zurcher-CV.lou cvdocng $(FONTSDEF)
+jeremy.zurcher-CV.ps: jeremy.zurcher-CV.lou cvdoc $(FONTSDEF)
.SUFFIXES: .lou .ps .pdf .html
@@ -22,4 +22,4 @@ jeremy.zurcher-CV.ps: jeremy.zurcher-CV.lou cvdocng $(FONTSDEF)
$(LOUT) -F $(FONTSDIR) -r3 -o $@ $<
clean:
- -rm !(Makefile|cvdoc|cvdocng|$(FONTSDEF)|$(FONTSDIR)|*.lou)
+ -rm !(Makefile|cvdoc|$(FONTSDEF)|$(FONTSDIR)|*.lou)