diff options
Diffstat (limited to 'bin/gen-eclass-html.sh')
-rwxr-xr-x | bin/gen-eclass-html.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index df759e0..6021c1e 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -149,6 +149,7 @@ for i in "${MANPAGES[@]}"; do -e 's:<A HREF="\.\./man[^"]*">\([^<>]*\)</A>:\1:g' \ -e 's:<A HREF="[^"]*//localhost/[^"]*">\([^<>]*\)</A>:\1:g' \ -e 's:<A HREF="[^"]*\${[^"]*">\([^<>]*\)</A>:\1:g' \ + -e 's,<A HREF="mailto:[^"]*">\([^<>]*\)</A>,\1,g' \ -e 's:<TT>\([^<>]*\)</TT>:\1:g' \ -e 's:<DL COMPACT>:<DL>:g' \ -e 's:<TR VALIGN=top>:<TR>:g' \ |