home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
UNIX
/
Educational
/
R-0.49-MI
/
R-0.49-I
/
mansrc
/
help
/
help.update
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-24
|
117 b
|
8 lines
#!/bin/sh
for i in $*
do
doc2ms ../man/$i | nroff -ms | ./help.pretty | sed 's/^/ /' > ../../help/$i
echo $i
done