aboutsummaryrefslogtreecommitdiff
path: root/Documentation/mkbook
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mkbook')
-rwxr-xr-xDocumentation/mkbook13
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/mkbook b/Documentation/mkbook
deleted file mode 100755
index 22b79b4..0000000
--- a/Documentation/mkbook
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-pandoc -S --toc -N \
- -V documentclass=report \
- -V fontsize=11pt \
- meta.yml \
- getting-started.md \
- basics.md \
- watching.md \
- building.md \
- --standalone \
- -t html5 \
- -o flow.html