diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..3d0b6b8 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,7 @@ +all: presentation.html + +presentation.html: presentation.asciidoc + asciidoc --backend slidy presentation.asciidoc + +clean: + rm -f presentation.html |