summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/filters/html-converters/man2html
diff options
context:
space:
mode:
Diffstat (limited to 'www/git.causal.agency/cgit/filters/html-converters/man2html')
-rwxr-xr-xwww/git.causal.agency/cgit/filters/html-converters/man2html4
1 files changed, 0 insertions, 4 deletions
diff --git a/www/git.causal.agency/cgit/filters/html-converters/man2html b/www/git.causal.agency/cgit/filters/html-converters/man2html
deleted file mode 100755
index 0ef78841..00000000
--- a/www/git.causal.agency/cgit/filters/html-converters/man2html
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-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>"