diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-10-25 12:30:37 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-20 12:03:44 +0100 |
commit | 7c0e1cda3a2567c12e1e80251924e564047d98de (patch) | |
tree | 7314be1ecb9a0b9f4b376daf32c4d77160628be7 | |
parent | 35d3e0bcdb8e0524999552684653f3cf0c402798 (diff) | |
download | asciidoc-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) $< |