LOUT=lout
PS2PDF=ps2pdf
PDF2HTML=pdf2htmlEX
SHELL:=/bin/bash -O extglob
FONTSDIR=fonts
FONTSDEF=cvfonts.ld
all: jeremy.zurcher-CV.pdf jeremy.zurcher-CV.html
jeremy.zurcher-CV.ps: jeremy.zurcher-CV.lou cvdoc $(FONTSDEF)
.SUFFIXES: .lou .ps .pdf .html
.pdf.html :
$(PDF2HTML) $<
.ps.pdf :
$(PS2PDF) $<
.lou.ps :
$(LOUT) -F $(FONTSDIR) -r3 -o $@ $<
clean:
-rm !(Makefile|cvdoc|$(FONTSDEF)|$(FONTSDIR)|*.lou)