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 62494ed..569cc1b 100644 --- a/cv/Makefile +++ b/cv/Makefile @@ -8,7 +8,7 @@ FONTSDEF=cvfonts.ld  all: jeremy.zurcher-CV.pdf -jeremy.zurcher-CV.ps: jeremy.zurcher-CV.lou cvdoc $(FONTSDEF) +jeremy.zurcher-CV.ps: jeremy.zurcher-CV.lou $(FONTSDEF)  .SUFFIXES: .lou .ps .pdf .html @@ -19,7 +19,7 @@ jeremy.zurcher-CV.ps: jeremy.zurcher-CV.lou cvdoc $(FONTSDEF)  	$(PS2PDF) $<  .lou.ps : -	$(LOUT) -F $(FONTSDIR) -r3 -o $@ $< +	$(LOUT) -F $(FONTSDIR) -o $@ $<  clean: -	-rm !(Makefile|cvdoc|$(FONTSDEF)|$(FONTSDIR)|*.lou) +	-rm !(Makefile|$(FONTSDEF)|$(FONTSDIR)|*.lou) | 
