summaryrefslogtreecommitdiff
path: root/doc/format-html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/format-html')
-rwxr-xr-xdoc/format-html15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/format-html b/doc/format-html
deleted file mode 100755
index 88147e8..0000000
--- a/doc/format-html
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-output="$1"
-shift
-
-pandoc -H vmdb2.css\
- --smart \
- --toc \
- --chapters \
- --number-sections \
- --standalone \
- --self-contained \
- -o "$output" "$@"