summaryrefslogtreecommitdiff
path: root/thesis.mk
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 06:39:39 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 06:39:39 +0100
commitc1cc7d4df3a85c7457e1ee507357d6aec86a878b (patch)
tree560a5adaf1f6971556bcb167ddf38f994f22ad6e /thesis.mk
parent353a8fbbd6d689ebe7fb331b4f350b1cd89d062c (diff)
downloadasciidoc-boilerplate-c1cc7d4df3a85c7457e1ee507357d6aec86a878b.tar.gz
asciidoc-boilerplate-c1cc7d4df3a85c7457e1ee507357d6aec86a878b.tar.bz2
asciidoc-boilerplate-c1cc7d4df3a85c7457e1ee507357d6aec86a878b.zip
Have to pass dblatex coptions on commandline
Or a2x will overwrite parameters..
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 4acf2c8..1bde9d6 100644
--- a/thesis.mk
+++ b/thesis.mk
@@ -1,3 +1,3 @@
.SUFFIXES: .txt .pdf
.txt.pdf:
- a2x -f pdf --dblatex-opts="-c asciidoc-boilerplate/thesis.conf" $<
+ a2x -f pdf --dblatex-opts="-i asciidoc-boilerplate -s thesis -p asciidoc-boilerplate/thesis.xsl -b xetex" $<