summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-24 11:01:37 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-24 11:02:04 +0100
commitfd05dd085644e8a931664a92d866a5b1b6ce559c (patch)
tree19b16a625df52d3c9ba0f03c9b4a479c53def7c6 /doc
parent288b4c1b9eacd9afd80f2a5ab860981e6386d03e (diff)
downloadsqltutor-plugin-fd05dd085644e8a931664a92d866a5b1b6ce559c.tar.gz
sqltutor-plugin-fd05dd085644e8a931664a92d866a5b1b6ce559c.tar.bz2
sqltutor-plugin-fd05dd085644e8a931664a92d866a5b1b6ce559c.zip
Use asciidoc-boilerplate for documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/Makefile9
m---------doc/asciidoc-boilerplate0
-rw-r--r--doc/document.asciidoc2
-rw-r--r--doc/documentation.txt11
5 files changed, 21 insertions, 2 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..62159e2
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1 @@
+documentation.pdf
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..13714e7
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,9 @@
+.PHONY: all clean
+
+all: documentation.pdf
+
+clean:
+ rm -rf documentation.pdf
+
+include asciidoc-boilerplate/thesis.mk
+
diff --git a/doc/asciidoc-boilerplate b/doc/asciidoc-boilerplate
new file mode 160000
+Subproject 200c8e89813e26907c09f2151df9b2403530650
diff --git a/doc/document.asciidoc b/doc/document.asciidoc
deleted file mode 100644
index b2f291c..0000000
--- a/doc/document.asciidoc
+++ /dev/null
@@ -1,2 +0,0 @@
-= Interaktives SQL E-Learning Module
-:author: Jan Klemkow, Benjamin Franzke
diff --git a/doc/documentation.txt b/doc/documentation.txt
new file mode 100644
index 0000000..0bcb8ba
--- /dev/null
+++ b/doc/documentation.txt
@@ -0,0 +1,11 @@
+= Interaktives SQL E-Learning Module
+:author: Jan Klemkow, Benjamin Franzke
+include::asciidoc-boilerplate/thesis.metadata[]
+
+== Moodle
+
+=== Videos einbinden
+
+Für Moodle ist ein integriertes Video-Plugin verfügbar.
+
+