summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-09 09:34:07 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-09 09:34:07 +0100
commitcfe71c98c706370dc32690dc015e79adbc5a65e2 (patch)
tree27a1a1e69ff1405bae9d9598fee1644cca069f01 /Makefile
parent707e8d657375fdec574310ec070fd25193454a32 (diff)
downloadsksys-cfe71c98c706370dc32690dc015e79adbc5a65e2.tar.gz
sksys-cfe71c98c706370dc32690dc015e79adbc5a65e2.tar.bz2
sksys-cfe71c98c706370dc32690dc015e79adbc5a65e2.zip
Makefile: sksys.sty should only be in the specific rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 03b9cea..74e710c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DBLATEX_OPTS="-P latex.encoding=utf8 -P latex.output.revhistory=0 -P doc.publisher.show=0 -P latex.class.options=a4paper,12pt,abstraction,titlepage -s sksys.sty -b xetex"
+DBLATEX_OPTS="-P latex.encoding=utf8 -P latex.output.revhistory=0 -P doc.publisher.show=0 -P latex.class.options=a4paper,12pt,abstraction,titlepage -b xetex"
IMAGES!=ls image/*.dia
GenSVG=${IMAGES:S/.dia$/.svg/}
@@ -20,7 +20,7 @@ presentation.html: presentation.asciidoc
.SUFFIXES: .asciidoc .pdf
document.pdf: document.asciidoc sksys.sty
- a2x.py -f pdf --dblatex-opts=$(DBLATEX_OPTS) $<
+ a2x.py -f pdf --dblatex-opts=$(DBLATEX_OPTS) --dblatex-opts="-s sksys.sty" $<
.asciidoc.pdf:
a2x.py -f pdf --dblatex-opts=$(DBLATEX_OPTS) $<