diff options
-rw-r--r-- | Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
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 |