summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e47ddfe..8218a3e 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"
+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"
IMAGES!=ls image/*.dia
GenSVG=${IMAGES:S/.dia$/.svg/}
@@ -17,7 +17,7 @@ presentation.html: presentation.asciidoc
asciidoc --backend=latex $<
.SUFFIXES: .asciidoc .pdf
-.asciidoc.pdf:
+document.pdf: document.asciidoc sksys.sty
a2x -f pdf --dblatex-opts=$(DBLATEX_OPTS) $<
.SUFFIXES: .dia .svg