summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2013-01-31 00:18:57 +0100
committerJan Klemkow <j.klemkow@wemelug.de>2013-01-31 00:19:39 +0100
commitc93b252257a8efb35ced2bd6c7629b04d8e449c1 (patch)
treeb2efb518cddc868ee61721852366db287dda3e6c /doc/Makefile
parent7a19e2ba6089c7b5143f5da743a4156a64d4946b (diff)
downloadsqltutor-plugin-c93b252257a8efb35ced2bd6c7629b04d8e449c1.tar.gz
sqltutor-plugin-c93b252257a8efb35ced2bd6c7629b04d8e449c1.tar.bz2
sqltutor-plugin-c93b252257a8efb35ced2bd6c7629b04d8e449c1.zip
add imaes for presentation
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 5c9e7f4..2b5e91f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,6 +1,9 @@
+DIA_IMAGES!=ls image/*.dia
+SVG_IMAGES=${DIA_IMAGES:S/dia$/svg/}
+
.PHONY: all clean
-all: documentation.pdf presentation.html
+all: ${SVG_IMAGES} documentation.pdf presentation.html
clean:
rm -rf documentation.pdf
@@ -9,5 +12,9 @@ clean:
.txt.html:
asciidoc --backend=slidy $<
+.SUFFIXES: .dia .svg
+.dia.svg:
+ dia --export=$@ --filter=svg $<
+
include asciidoc-boilerplate/thesis.mk