summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-25 12:30:37 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-20 12:03:44 +0100
commit7c0e1cda3a2567c12e1e80251924e564047d98de (patch)
tree7314be1ecb9a0b9f4b376daf32c4d77160628be7
parent35d3e0bcdb8e0524999552684653f3cf0c402798 (diff)
downloadasciidoc-boilerplate-7c0e1cda3a2567c12e1e80251924e564047d98de.tar.gz
asciidoc-boilerplate-7c0e1cda3a2567c12e1e80251924e564047d98de.tar.bz2
asciidoc-boilerplate-7c0e1cda3a2567c12e1e80251924e564047d98de.zip
thesis.mk: Be always verbose for now
This helps to get informations about syntax errors.
-rw-r--r--thesis.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis.mk b/thesis.mk
index 6a7cf17..e2aa9e2 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_OPTS) $<
+ a2x -v -f pdf --dblatex-opts="-i asciidoc-boilerplate -s thesis -p asciidoc-boilerplate/thesis.xsl -b xetex" $(A2X_OPTS) $<