summaryrefslogtreecommitdiffstats
path: root/presentations/common-goods/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'presentations/common-goods/Makefile')
-rw-r--r--presentations/common-goods/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/presentations/common-goods/Makefile b/presentations/common-goods/Makefile
index 71d92d0..68df7fe 100644
--- a/presentations/common-goods/Makefile
+++ b/presentations/common-goods/Makefile
@@ -2,7 +2,8 @@ notes = \
eek-2017-09-common-goods-notes-sv.pdf
other = \
- proposal.pdf \
+ proposal-en.pdf \
+ proposal-sv.pdf \
script.pdf
all: $(notes) $(other)
@@ -42,7 +43,7 @@ script-sv_.tex: script-sv.mdwn latex.sed
$(other): %.pdf: %.mdwn
pandoc -s -S -f markdown -t latex \
-V "classoption=a4paper,12pt" \
- -V "geometry=hmargin=20mm,top=20mm,bottom=15mm,includefoot" \
+ -V "geometry=hmargin=35mm,top=20mm,bottom=15mm,includefoot" \
-o $(basename $<).pdf $<
clean:
@@ -50,8 +51,7 @@ clean:
rm -f *.aux *.log
rm -f *.tex
rm -f *.pdf
- rm -f *~
-
+ rm -f *~ *_.* *_
SHELL = /bin/bash