From 89a9957aff36db9d8dfc118f7b1a7f8b16f4faa0 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Wed, 9 Jan 2013 14:52:36 +0100 Subject: build pdf at last. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 4c50105..9221464 100644 --- a/Makefile.include +++ b/Makefile.include @@ -1,7 +1,7 @@ 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" .PHONY: all clean up -all: ${GenSVG} document.html document.pdf presentation.html +all: ${GenSVG} document.html presentation.html document.pdf .SUFFIXES: .asciidoc .html presentation.html: presentation.asciidoc -- cgit