From c1cc7d4df3a85c7457e1ee507357d6aec86a878b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 25 Jan 2013 06:39:39 +0100 Subject: Have to pass dblatex coptions on commandline Or a2x will overwrite parameters.. --- thesis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thesis.mk') 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" $< -- cgit