|
|
1.1 root 1:
2: if [ X$1 = X-p ]
3: then
4: op="./pman -h"
5: else
6: op="./makeman"
7: fi
8:
9: find ?_man -type f -print | (
10: while read a
11: do
12: if [ `basename $a` != "SOURCE" ]
13: then
14: $op $a
15: fi
16: done
17: )
18:
19: echo makeall done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.