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 +- projekt_doku.asciidoc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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: diff --git a/projekt_doku.asciidoc b/projekt_doku.asciidoc index 88b7d33..5d47965 100644 --- a/projekt_doku.asciidoc +++ b/projekt_doku.asciidoc @@ -2,6 +2,7 @@ :author: Benjamin Franzke :lang: de :imagesdir: image +// a2x: --dblatex-opts="-p thesis.xsl -s thesis.sty -b xetex" == Begriffe -- cgit