From 6b02100e04d9f7deb422a2f0768f864ad821ecc9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 26 Dec 2014 07:47:49 +0100 Subject: Add more (meta-)meta data. --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3