]> git.cameronkatri.com Git - cgit.git/commitdiff
filters: misc cleanups
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 12 Oct 2015 14:47:47 +0000 (16:47 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 12 Oct 2015 14:47:47 +0000 (16:47 +0200)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
filters/html-converters/man2html
filters/html-converters/rst2html

index 1b28437e471393ac3f7c536a2230096d8b5d975b..0ef78841810e520ae4c89f52c3b9564486ba1bf5 100755 (executable)
@@ -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>"
-
index 756a4e1be18d6f4d87d4b7d919da5b3dd1af3533..02d90f81c9af55ed1888e0575beb2ea3616ab57f 100755 (executable)
@@ -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")