|
|
1.1 root 1: < ../ADM/defns
2: < ../index/defns
3:
4: all:V: prefer.out
5:
6: pg: prefer.out
7: count prefer.m prefer.out
8:
9: spell:VQ:
10: dospell prefer.m
11:
12: lp: prefer.out
13: $LP $newprereq && touch $target
14:
15: examples:VQ:
16: cd example; make all
17:
18: prefer.out:DQ: prefer.m prefer.cite $REF ../ADM/monk.mac
19: while :
20: do
21: echo 'monking ...'
22: /usr/lib/monk/monk -d $MLIB/db prefer.m | $MLIB/cite |
23: $PREFER | pic | tbl | eqn -d'' |
24: troff $MLIB/tmac.p - > prefer.out 2> .cite
25: $MLIB/cite -s .cite > tmp1 2> tmp2
26: set +e
27: gre -v '^\.(TC|ix)' tmp2
28: set -e
29: if cmp -s tmp1 prefer.cite
30: then
31: break;
32: else
33: cp tmp1 prefer.cite
34: fi
35: done
36: rm -f tmp1 tmp2 .cite
37:
38: clean:
39: rm -f tmp.out.[hi] mycite .cite
40: cd example; make clean
41:
42: index:V:
43: runind prefer
44: $MLIB/monk -d $MLIB/db xprefer.m | $MLIB/cite |
45: $PREFER | tbl | troff $IND/mtm.mac - >xprefer.out 2>prefer.x
46: mkindex prefer.x
47: rm xprefer.m
48:
49: pindex:V:
50: mkindex prefer.x
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.