diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-04 07:54:33 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-04 07:54:33 +0100 |
commit | 79309e16eafea5d527f87b09b6da5b88dd59629f (patch) | |
tree | 5de59dc58f24aa9ea2d0fdc489b9481d96dd4693 /doc/Makefile | |
parent | d836dc0362089a26fdbc7c8835beb0bb07fe6ac5 (diff) | |
download | advtime-79309e16eafea5d527f87b09b6da5b88dd59629f.tar.gz advtime-79309e16eafea5d527f87b09b6da5b88dd59629f.tar.bz2 advtime-79309e16eafea5d527f87b09b6da5b88dd59629f.zip |
doc: Add hs-wismar branding to presentation
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 356b902..20977dc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -18,7 +18,7 @@ IMAGES_SVG=$(IMAGES_DIA:.dia=.svg) .SUFFIXES: .txt .html presentation.html: presentation.txt - asciidoc --backend slidy presentation.txt + asciidoc --backend slidy -o - presentation.txt | sed -f fix-css.sed > $@ .txt.html: asciidoc --backend html $< |