diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 3d0b6b8..410e629 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,14 @@ -all: presentation.html +all: images presentation.html + +.SUFFIXES: .dia .svg +.dia.svg: + dia --export=$@ --filter=svg $< +# inkscape --without-gui --export-png=$@.png -h 1024 $@ presentation.html: presentation.asciidoc asciidoc --backend slidy presentation.asciidoc +images: image/film.svg + clean: rm -f presentation.html |