summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2012-11-15 11:57:26 +0100
committerJan Klemkow <j.klemkow@wemelug.de>2012-11-15 11:58:00 +0100
commit00340e6d2e49da2243e9e4f8aeedf3ddb97678a4 (patch)
tree906cbf50229217f84dc6851cff0010c98549a6d2 /doc/Makefile
parent004e1bf90b763e2ddc7d836d5bf955a57197a977 (diff)
downloadadvtime-00340e6d2e49da2243e9e4f8aeedf3ddb97678a4.tar.gz
advtime-00340e6d2e49da2243e9e4f8aeedf3ddb97678a4.tar.bz2
advtime-00340e6d2e49da2243e9e4f8aeedf3ddb97678a4.zip
doc: Add cut pictures.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile5
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