summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
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 $<