|
|
1.1 ! root 1: < defns ! 2: ! 3: default:VQ: ! 4: echo there is no default ! 5: ! 6: cover.out: cover.ms ! 7: troff -mpm $prereq > $target ! 8: ! 9: summary:VQ: ! 10: awk '/^n/ { notrcv++; } ! 11: /^d/ { rcv++; pages += $2; } ! 12: /^r/ { rev++; pages += $2; } ! 13: END { total = notrcv+rcv+rev; ! 14: printf "%d/%d(%.0f%%) not received\n", notrcv, total, 100*notrcv/total ! 15: printf "%d/%d(%.0f%%) received, not processed\n", rcv, total, 100*rcv/total ! 16: printf "%d/%d(%.0f%%) reviewable\n", rev, total, 100*rev/total ! 17: printf "%d pages received; est. total %d pages\n", pages, pages*total/(rcv+rev) ! 18: }' < authors ! 19: ! 20: vol2.ref.i: vol2.ref ! 21: pinvert -v -l16 -c/dev/null $prereq ! 22: ! 23: ref.out:D: vol2.ref.i ! 24: echo '.TL ! 25: Volume 2 References ! 26: .LP ! 27: .sp 2 ! 28: .2C ! 29: .LP ! 30: |reference_list(vol2.ref)' | $PREFER -o author | troff -mpm > $target ! 31: ! 32: renumber:V: ! 33: mk vol2.ref.i incpg ! 34: (cd ../contents; mk headers) ! 35: mk incpg ! 36: ! 37: backup:V: ! 38: /usr/lib/backup/fcheck 512 7 /usr/vol2 | grep -v '\.out$' | /usr/lib/backup/act x ! 39: ! 40: PAPERS=`cd /usr/vol2; echo [a-z]*` ! 41: LPS=${PAPERS:%=%.lp} ! 42: ALLS=${PAPERS:%=%.all} ! 43: PGS=${PAPERS:%=%.pg} ! 44: SPELLS=${PAPERS:%=%.spell} ! 45: ! 46: inclp:V: $LPS ! 47: ! 48: %.lp:V: ! 49: cd ../$stem; mk lp ! 50: ! 51: incall:V: $ALLS ! 52: ! 53: %.all:V: ! 54: cd ../$stem; mk all ! 55: ! 56: incpg:V: $PGS ! 57: ! 58: %.pg:V: ! 59: cd ../$stem; mk pg ! 60: ! 61: incspell:V: $SPELLS ! 62: ! 63: %.spell:VQ: ! 64: cd ../$stem; mk spell
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.