summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-08 14:42:22 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-08 14:42:22 +0100
commitd193fe5de0a8fc4af27b25644f0278f354676f8f (patch)
treeb5367c8da7deffad1a605876f41bce167336cccb /Makefile
parent73a32655c849a91b495501c19b42744169fbe119 (diff)
downloadsksys-d193fe5de0a8fc4af27b25644f0278f354676f8f.tar.gz
sksys-d193fe5de0a8fc4af27b25644f0278f354676f8f.tar.bz2
sksys-d193fe5de0a8fc4af27b25644f0278f354676f8f.zip
doc: Use xetex to build
Allows us to use DejaVu (<3) font. (enabled by default)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8218a3e..d1a72dd 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"
+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"
IMAGES!=ls image/*.dia
GenSVG=${IMAGES:S/.dia$/.svg/}