diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $< |