From 35d3e0bcdb8e0524999552684653f3cf0c402798 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 19 Apr 2013 17:01:16 +0200 Subject: thesis.mk: Add variable to pass options to a2x --- thesis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis.mk b/thesis.mk index 1bde9d6..6a7cf17 100644 --- a/thesis.mk +++ b/thesis.mk @@ -1,3 +1,3 @@ .SUFFIXES: .txt .pdf .txt.pdf: - a2x -f pdf --dblatex-opts="-i asciidoc-boilerplate -s thesis -p asciidoc-boilerplate/thesis.xsl -b xetex" $< + a2x -f pdf --dblatex-opts="-i asciidoc-boilerplate -s thesis -p asciidoc-boilerplate/thesis.xsl -b xetex" $(A2X_OPTS) $< -- cgit