summaryrefslogtreecommitdiffstats
path: root/presentations/common-goods/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@etraveli.com>2017-10-18 17:09:14 +0200
committerGustav Eek <gustav.eek@etraveli.com>2017-10-18 17:30:12 +0200
commit2a0e99bfd6b73e33843780aaa54ad4a8db4c44dc (patch)
tree14451ad53ee12a88eb843554e82a73865123e5ef /presentations/common-goods/Makefile
parente0f452d7aa5bf3f1b1074c657ada9514b8894f3a (diff)
[prsnts/common-goods] Proposal separated by language
The common proposal *proposal.mdwn* containing two languages is separated into *proposal-sv.mdwn* and *proposal-en.mdwn*. *Makefile* for PDF production etc. is ofcourse updated. Also the *README*.
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