summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-12-26 07:47:49 +0100
committerJonas Smedegaard <dr@jones.dk>2014-12-26 07:47:49 +0100
commit6b02100e04d9f7deb422a2f0768f864ad821ecc9 (patch)
tree8ebaae2363d32e551818ca68478e7cd5e385f5ec /Makefile
parentfd328914b7239df85d23aba415932a25e28bc024 (diff)
Add more (meta-)meta data.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f85853a..74312de 100644
--- a/Makefile
+++ b/Makefile
@@ -17,11 +17,15 @@ export PANDOC_CITEPROC_FILE = $(stem).bib
# To produce final document: make -B STATUS=final
STATUS ?= draft
+title = Ensuring utmost transparency
+subtitle = Free Software and Open Standards under the Rules of Procedure of the European Parliament
args_filter += $(filters:%=--filter %)
args_filter += $(PANDOC_CITEPROC_FILE:%=--bibliography=%)
args_meta += -V lang=english -V langoption=variant=british
-args_meta += -V title="Ensuring utmost transparency"
-args_meta += -V subtitle="Free Software and Open Standards under the Rules of Procedure of the European Parliament"
+args_meta += -M title="$(title) - $(subtitle)"
+args_meta += -V title="$(title)"
+args_meta += -V subtitle="$(subtitle)"
+args_meta += -M author="Carlo Piana, Ulf Öberg"
args_meta += -V author="Carlo Piana" -V author="Ulf Öberg"
args_meta += -V date=""
args_latex += --template=template.tex --latex-engine=xelatex