summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) $<