diff options
Diffstat (limited to 'motivation/Makefile')
-rw-r--r-- | motivation/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/motivation/Makefile b/motivation/Makefile new file mode 100644 index 0000000..3a7139a --- /dev/null +++ b/motivation/Makefile @@ -0,0 +1,22 @@ +LOUT=lout +PS2PDF=ps2pdf +PDF2HTML=pdf2htmlEX +SHELL:=/bin/bash -O extglob + +FONTSDIR=fonts +FONTSDEF=cvfonts.ld + +all: jeremy.zurcher-openweb.fr.pdf + +jeremy.zurcher-openweb.fr.ps: jeremy.zurcher-openweb.fr.lou meself.lou job.fr.lou opensource.fr.lou mydoc $(FONTSDEF) + +.SUFFIXES: .lou .ps .pdf .html + +.ps.pdf : + $(PS2PDF) $< + +.lou.ps : + $(LOUT) -F $(FONTSDIR) -r3 -o $@ $< + +clean: + -rm !(Makefile|mydoc|$(FONTSDEF)|$(FONTSDIR)|*.lou) |