summaryrefslogtreecommitdiff
path: root/thesis.mk
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.mk')
-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) $<