summaryrefslogtreecommitdiffstats
path: root/motivation/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-02-10 17:58:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-02-10 17:58:31 +0100
commit0cd5164e5e76c20fbba2538ddd9172738baba6d3 (patch)
tree2aa569369e04633481cdf353d2bc7d8a9113bf37 /motivation/Makefile
parentabed8300179d05c794edd1d87483d1f494191011 (diff)
downloadmeself-0cd5164e5e76c20fbba2538ddd9172738baba6d3.zip
meself-0cd5164e5e76c20fbba2538ddd9172738baba6d3.tar.gz
add motivation
Diffstat (limited to 'motivation/Makefile')
-rw-r--r--motivation/Makefile22
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)