From d193fe5de0a8fc4af27b25644f0278f354676f8f Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 8 Jan 2013 14:42:22 +0100 Subject: doc: Use xetex to build Allows us to use DejaVu (<3) font. (enabled by default) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/} -- cgit