File: makedoc.csh

package info (click to toggle)
ruby-numru-misc 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: ruby: 592; csh: 5; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/csh
rd2 lib/numru/misc/misc.rb >! doc/misc.html
\cp -pf doc/misc.html doc/index.html
rd2 lib/numru/misc/keywordopt.rb >! doc/keywordopt.html
rd2 lib/numru/misc/md_iterators.rb >! doc/md_iterators.html
rd2 lib/numru/misc/emath.rb >! doc/emath.html