#/bin/csh

rd2 index.rd | sed -e 's/<dt>/<dt><h4>/' -e 's/<\/dt>/<\/h4><\/dt>/' \
          >! index.html
rd2 ../lib/numru/gdir.rb | \
          sed -e 's/<dt>/<dt><h4>/' -e 's/<\/dt>/<\/h4><\/dt>/' \
          >! gdir.html
rd2 ../lib/numru/gphys_connect_ftp-like.rb | \
          sed -e 's/<dt>/<dt><h4>/' -e 's/<\/dt>/<\/h4><\/dt>/' \
          >! gphys_connect_ftp-like.html
rd2 ../bin/gdir_server.rb | \
          sed -e 's/<dt>/<dt><h4>/' -e 's/<\/dt>/<\/h4><\/dt>/' \
          >! gdir_server.html
