X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/6edfc1672cdc5eb0dfb0ff5db0ec1de1ec53415e..525c815cc400bc49881144bcd7e7b717bbc1af5d:/filters/html-converters/rst2html 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")