diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2013-01-09 14:52:36 +0100 |
---|---|---|
committer | Jan Klemkow <j.klemkow@wemelug.de> | 2013-01-09 14:52:36 +0100 |
commit | 89a9957aff36db9d8dfc118f7b1a7f8b16f4faa0 (patch) | |
tree | c5179362c1aa6368e021df94801f1636488ed58e /Makefile.include | |
parent | ac34d1f674d1e1d10128ffe8c1cec6819f8ed8ce (diff) | |
download | sksys-89a9957aff36db9d8dfc118f7b1a7f8b16f4faa0.tar.gz sksys-89a9957aff36db9d8dfc118f7b1a7f8b16f4faa0.tar.bz2 sksys-89a9957aff36db9d8dfc118f7b1a7f8b16f4faa0.zip |
Diffstat (limited to 'Makefile.include')
-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 |