diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 2b5e91f..3f99c43 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -10,7 +10,7 @@ clean: .SUFFIXES: .txt .html .txt.html: - asciidoc --backend=slidy $< + asciidoc --backend=slidy -o - $< | sed -f fix-css.sed > $@ .SUFFIXES: .dia .svg .dia.svg: |