From 75765fad35e3313cefd08ebeff76c4f07784b20d Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 14:40:57 +0100 Subject: Makefile: Put a2x params directly into the document-header --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47b74cf..4a7e803 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: projekt_doku.pdf # asciidoc --backend=latex $< projekt_doku.pdf: projekt_doku.asciidoc thesis.xsl thesis.sty - a2x.py -f pdf --dblatex-opts="-p thesis.xsl -s thesis.sty -b xetex" $< + a2x -f pdf $< .PHONY: pluggit pluggit: -- cgit