File: to_html

package info (click to toggle)
ruby-netcdf 0.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 924 kB
  • sloc: ansic: 4,024; ruby: 1,884; csh: 6; makefile: 6
file content (7 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/csh
nkf -m Ref_man_jp.rd | rd2 --out-code=utf-8 | \
      sed -e 's/<dt>/<dt><h4>/' -e 's/<\/dt>/<\/h4><\/dt>/' \
      > Ref_man_jp.html
rd2 Ref_man.rd  | \
      sed -e 's/<dt>/<dt><h4>/' -e 's/<\/dt>/<\/h4><\/dt>/' \
      > Ref_man.html