summaryrefslogtreecommitdiff
path: root/thesis.mk
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 06:33:57 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 06:36:15 +0100
commit353a8fbbd6d689ebe7fb331b4f350b1cd89d062c (patch)
tree5f03065753ab2f1f0d83e6760c6ba1593b1405cd /thesis.mk
parent887b8f9a339560fa24142dc4565d3f7031c93a9f (diff)
downloadasciidoc-boilerplate-353a8fbbd6d689ebe7fb331b4f350b1cd89d062c.tar.gz
asciidoc-boilerplate-353a8fbbd6d689ebe7fb331b4f350b1cd89d062c.tar.bz2
asciidoc-boilerplate-353a8fbbd6d689ebe7fb331b4f350b1cd89d062c.zip
Add thesis.conf which refelcts dblatex commandline args
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 51ffc70..4acf2c8 100644
--- a/thesis.mk
+++ b/thesis.mk
@@ -1,3 +1,3 @@
.SUFFIXES: .txt .pdf
.txt.pdf:
- a2x -f pdf $<
+ a2x -f pdf --dblatex-opts="-c asciidoc-boilerplate/thesis.conf" $<