File: to_html

package info (click to toggle)
ruby-netcdf 0.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: ansic: 3,952; ruby: 1,843; makefile: 6; csh: 6
file content (7 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (6)
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