summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-04 16:06:11 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-04 16:06:11 +0100
commitb7d675f9d89fb412a86d708a3e32cb8d8c2cc2d2 (patch)
tree06d216afabbf7b915cce3c49051a8df76977fb73 /doc/Makefile
parentb0fe99f65889d6dd5c6e6d3f54e2ca6b907fa236 (diff)
downloadadvtime-master.tar.gz
advtime-master.tar.bz2
advtime-master.zip
Use asciidoc's shylesheet attribute instead of fixing css with sedHEADmaster
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
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 $<