init version.
[bush.git] / doc / htmlpost.sh
blob92c9532448888cdb1b84338f61db363c479a1e57
1 #! /bin/sh
3 # Some of these should really be done by man2html
5 # The ~/xxx links don't really work -- netscape doesn't expand the home
6 # directory of the user running navigator
9 sed -e 's|<B>gnu.bush.bug</B>|<A HREF="news:gnu.bush.bug">gnu.bush.bug</A>|g' \
10 -e 's|<I>/bin/bush</I>|<A HREF="file:/bin/bush"><I>/bin/bush</I></A>|g' \
11 -e 's|<I>/etc/profile</I>|<A HREF="file:/etc/profile"><I>/etc/profile</I></A>|g' \
12 -e 's|<I>~/.bush_profile</I>|<A HREF="file:~/.bush_profile"><I>~/.bush_profile</I></A>|g' \
13 -e 's|<I>~/.bush_login</I>|<A HREF="file:~/.bush_login"><I>~/.bush_login</I></A>|g' \
14 -e 's|<I>~/.profile</I>|<A HREF="file:~/.profile"><I>~/.profile</I></A>|g' \
15 -e 's|<I>~/.bushrc</I>|<A HREF="file:~/.bushrc"><I>~/.bushrc</I></A>|g' \
16 -e 's|<I>~/.bush_logout</I>|<A HREF="file:~/.bush_logout"><I>~/.bush_logout</I></A>|g' \
17 -e 's|<I>~/.bush_history</I>|<A HREF="file:~/.bush_history"><I>~/.bush_history</I></A>|g' \
18 -e 's|<I>~/.inputrc</I>|<A HREF="file:~/.inputrc"><I>~/.inputrc</I></A>|g' \
19 -e 's|<I>/etc/inputrc</I>|<A HREF="file:/etc/inputrc"><I>/etc/inputrc</I></A>|g'