diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2013-01-31 00:18:57 +0100 |
---|---|---|
committer | Jan Klemkow <j.klemkow@wemelug.de> | 2013-01-31 00:19:39 +0100 |
commit | c93b252257a8efb35ced2bd6c7629b04d8e449c1 (patch) | |
tree | b2efb518cddc868ee61721852366db287dda3e6c /doc | |
parent | 7a19e2ba6089c7b5143f5da743a4156a64d4946b (diff) | |
download | sqltutor-plugin-c93b252257a8efb35ced2bd6c7629b04d8e449c1.tar.gz sqltutor-plugin-c93b252257a8efb35ced2bd6c7629b04d8e449c1.tar.bz2 sqltutor-plugin-c93b252257a8efb35ced2bd6c7629b04d8e449c1.zip |
add imaes for presentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 9 | ||||
-rw-r--r-- | doc/image/conflict.dia | bin | 0 -> 1483 bytes | |||
-rw-r--r-- | doc/image/multi-db.dia | bin | 0 -> 1534 bytes | |||
-rw-r--r-- | doc/image/read-only.dia | bin | 0 -> 1549 bytes | |||
-rw-r--r-- | doc/image/transaction.dia | bin | 0 -> 1483 bytes | |||
-rw-r--r-- | doc/presentation.txt | 6 |
6 files changed, 14 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 diff --git a/doc/image/conflict.dia b/doc/image/conflict.dia Binary files differnew file mode 100644 index 0000000..cb18dfc --- /dev/null +++ b/doc/image/conflict.dia diff --git a/doc/image/multi-db.dia b/doc/image/multi-db.dia Binary files differnew file mode 100644 index 0000000..aa13e3e --- /dev/null +++ b/doc/image/multi-db.dia diff --git a/doc/image/read-only.dia b/doc/image/read-only.dia Binary files differnew file mode 100644 index 0000000..6d3403c --- /dev/null +++ b/doc/image/read-only.dia diff --git a/doc/image/transaction.dia b/doc/image/transaction.dia Binary files differnew file mode 100644 index 0000000..cb18dfc --- /dev/null +++ b/doc/image/transaction.dia diff --git a/doc/presentation.txt b/doc/presentation.txt index add576d..6382533 100644 --- a/doc/presentation.txt +++ b/doc/presentation.txt @@ -10,10 +10,16 @@ == Benutzertrennung +image:conflict.svg[] + == Transaktionen == Separate Datenbanken +image:multi-db.svg[] + == Read-Only +image:read-only.svg[] + // vim: syntax=asciidoc : |