summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d1a72dd..551c9bf 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ all: ${GenSVG} document.html presentation.html
.SUFFIXES: .asciidoc .html
presentation.html: presentation.asciidoc
asciidoc --out-file=$@ --backend=slidy $<
+ sed -i -f fix-css.sed $@
.asciidoc.html:
asciidoc --out-file=$@ --backend=html $<