diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 410e629..3688409 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,8 +1,13 @@ all: images presentation.html .SUFFIXES: .dia .svg +.SUFFIXES: .pgm .png + .dia.svg: dia --export=$@ --filter=svg $< + +.pgm.png: + convert $< $@ # inkscape --without-gui --export-png=$@.png -h 1024 $@ presentation.html: presentation.asciidoc |