filters: Simplify converters

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2015-10-09 15:13:35 +02:00
parent 6edfc1672c
commit 525c815cc4
4 changed files with 284 additions and 1734 deletions

View File

@@ -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")