diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2013-01-30 21:35:18 +0100 |
---|---|---|
committer | Jan Klemkow <j.klemkow@wemelug.de> | 2013-01-30 21:35:18 +0100 |
commit | b82c268225bb1d378682ab8707244d7a4c8574e9 (patch) | |
tree | 0efd6196cb873fb3b632fe7b8978d135ce5e0724 /doc/Makefile | |
parent | 71a6b392f29c21911e408ac89e57f110889cee6e (diff) | |
download | sqltutor-plugin-b82c268225bb1d378682ab8707244d7a4c8574e9.tar.gz sqltutor-plugin-b82c268225bb1d378682ab8707244d7a4c8574e9.tar.bz2 sqltutor-plugin-b82c268225bb1d378682ab8707244d7a4c8574e9.zip |
Add Presentation.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 13714e7..5c9e7f4 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,9 +1,13 @@ .PHONY: all clean -all: documentation.pdf +all: documentation.pdf presentation.html clean: rm -rf documentation.pdf +.SUFFIXES: .txt .html +.txt.html: + asciidoc --backend=slidy $< + include asciidoc-boilerplate/thesis.mk |