summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-04-19 17:01:16 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-04-19 17:01:16 +0200
commit35d3e0bcdb8e0524999552684653f3cf0c402798 (patch)
treea0745c7c22638752b4545fd6036966f27a6f2ce6
parentc1cc7d4df3a85c7457e1ee507357d6aec86a878b (diff)
downloadasciidoc-boilerplate-35d3e0bcdb8e0524999552684653f3cf0c402798.tar.gz
asciidoc-boilerplate-35d3e0bcdb8e0524999552684653f3cf0c402798.tar.bz2
asciidoc-boilerplate-35d3e0bcdb8e0524999552684653f3cf0c402798.zip
thesis.mk: Add variable to pass options to a2x
-rw-r--r--thesis.mk2
1 files changed, 1 insertions, 1 deletions
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) $<