Annotation of researchv10dc/vol2/monk/mkfile, revision 1.1

1.1     ! root        1: < ../ADM/defns
        !             2: < ../index/defns
        !             3: 
        !             4: LP=$LPFONTS
        !             5: 
        !             6: all:V: monk.out
        !             7: 
        !             8: pg:    monk.out
        !             9:        count monk.m monk.out
        !            10: 
        !            11: spell:VQ:
        !            12:        dospell monk.m
        !            13: 
        !            14: lp:    monk.out
        !            15:        $LP $newprereq && touch $target
        !            16: 
        !            17: monk.out:DQ: monk.m monk.cite $REF ../ADM/monk.mac
        !            18:        while :
        !            19:        do
        !            20:                echo 'monking ...'
        !            21:                $MLIB/monk -d $MLIB/db monk.m |
        !            22:                        cite |
        !            23:                        $PREFER |
        !            24:                        tbl |
        !            25:                        pic |
        !            26:                        eqn -d'' |
        !            27:                        troff $MLIB/tmac.p - > monk.out 2> .cite
        !            28:                cite -s .cite > tmp1 2> tmp2
        !            29:                set +e
        !            30:                gre -v '^\.(TC|ix)' tmp2
        !            31:                set -e
        !            32:                if cmp -s tmp1 monk.cite
        !            33:                then
        !            34:                        break;
        !            35:                else
        !            36:                        cp tmp1 monk.cite
        !            37:                fi
        !            38:        done
        !            39:        rm -f tmp1 tmp2 .cite
        !            40: 
        !            41: index:V:
        !            42:        #this doesn't really work with this paper - see README
        !            43:        runind xmonk
        !            44:        $MLIB/monk -d $MLIB/db xxmonk.m |
        !            45:                cite |
        !            46:                $PREFER |
        !            47:                tbl |
        !            48:                pic |
        !            49:                eqn -d'' |
        !            50:                troff $MLIB/tmac.p $IND/mtm.mac - > xmonk.out 2> monk.x
        !            51:        mkindex monk.x
        !            52:        rm xmonk.m
        !            53: 
        !            54: pindex:V:
        !            55:        mkindex monk.x

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.