filters: misc cleanups

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
jk/collapsible-sections
Jason A. Donenfeld 9 years ago
parent ccb4254104
commit c301899112

@ -2,4 +2,3 @@
echo "<div style=\"font-family: monospace\">"
groff -mandoc -T html -P -r -P -l | egrep -v '(<html>|<head>|<meta|<title>|</title>|</head>|<body>|</body>|</html>|<!DOCTYPE|"http://www.w3.org)'
echo "</div>"

@ -1,2 +1,2 @@
#!/bin/bash
rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")
exec rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")

Loading…
Cancel
Save