]> gitweb.ps.run Git - ps-cgit/blob - filters/html-converters/man2html
add a note about generating agefile in hook
[ps-cgit] / filters / html-converters / man2html
1 #!/bin/sh
2 echo "<div style=\"font-family: monospace\">"
3 groff -mandoc -T html -P -r -P -l | egrep -v '(<html>|<head>|<meta|<title>|</title>|</head>|<body>|</body>|</html>|<!DOCTYPE|"http://www.w3.org)'
4 echo "</div>"
5