aboutsummaryrefslogtreecommitdiffstats
path: root/filters/html-converters/rst2html
diff options
context:
space:
mode:
Diffstat (limited to 'filters/html-converters/rst2html')
-rwxr-xr-xfilters/html-converters/rst2html4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/html-converters/rst2html b/filters/html-converters/rst2html
index c51f5be..756a4e1 100755
--- a/filters/html-converters/rst2html
+++ b/filters/html-converters/rst2html
@@ -1,2 +1,2 @@
-#!/bin/sh
-rst2html.py --template="$(dirname $0)/resources/rst-template.txt"
+#!/bin/bash
+rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")