diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 20977dc..56b50cc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,8 +17,8 @@ IMAGES_SVG=$(IMAGES_DIA:.dia=.svg) # inkscape --without-gui --export-png=$@.png -h 1024 $@ .SUFFIXES: .txt .html -presentation.html: presentation.txt - asciidoc --backend slidy -o - presentation.txt | sed -f fix-css.sed > $@ +presentation.html: presentation.txt hs-wismar.css + asciidoc --backend slidy --attribute stylesheet=$(PWD)/hs-wismar.css $< .txt.html: asciidoc --backend html $< |