From 7c0e1cda3a2567c12e1e80251924e564047d98de Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 25 Oct 2013 12:30:37 +0200 Subject: thesis.mk: Be always verbose for now This helps to get informations about syntax errors. --- thesis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) $< -- cgit