summaryrefslogtreecommitdiffstats
path: root/mantools/makereadme
diff options
context:
space:
mode:
Diffstat (limited to 'mantools/makereadme')
-rwxr-xr-xmantools/makereadme13
1 files changed, 13 insertions, 0 deletions
diff --git a/mantools/makereadme b/mantools/makereadme
new file mode 100755
index 0000000..de066c1
--- /dev/null
+++ b/mantools/makereadme
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+sed '
+ s/<\/*table[^>]*>//g
+ s/<\/th[^>]*>//g
+ s/<\/td[^>]*>//g
+ s/"\([A-Z0-9_]*\)\.html">/&\1:/
+ s/All main.cf parameters/postconf(5): &/
+ /All Postfix manual pages/d
+' "$@"
+
+
+