diff options
-rw-r--r-- | cv/Makefile | 4 | ||||
-rw-r--r-- | cv/cvdoc (renamed from cv/cvdocng) | 0 |
2 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) |