about summary refs log tree commit diff
path: root/third_party/cgit/filters/html-converters/rst2html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cgit/filters/html-converters/rst2html')
-rwxr-xr-xthird_party/cgit/filters/html-converters/rst2html2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/cgit/filters/html-converters/rst2html b/third_party/cgit/filters/html-converters/rst2html
new file mode 100755
index 0000000000..02d90f81c9
--- /dev/null
+++ b/third_party/cgit/filters/html-converters/rst2html
@@ -0,0 +1,2 @@
+#!/bin/bash
+exec rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")