From b7d675f9d89fb412a86d708a3e32cb8d8c2cc2d2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 4 Feb 2013 16:06:11 +0100 Subject: Use asciidoc's shylesheet attribute instead of fixing css with sed --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile') 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 $< -- cgit