Annotation of 43BSDTahoe/new/X/man/man3/Makefile, revision 1.1

1.1     ! root        1: .SUFFIXES: .3 .0
        !             2: 
        !             3: .3.0:
        !             4:        /usr/man/manroff $*.3 > $*.0
        !             5: 
        !             6: OBJ3=  XMenu.0 Xlib.0 xtext.0 xtty.0
        !             7: 
        !             8: all:;
        !             9: 
        !            10: install: ${OBJ3}
        !            11:        install -c -o bin -g bin -m 444 ${OBJ3} ${DESTDIR}/usr/new/man/cat3
        !            12: 
        !            13: clean:
        !            14:        rm -f *~ \#*
        !            15: 
        !            16: paper:
        !            17:        for i in *.? *.[0-9]?; do \
        !            18:                echo -n "Troffing ";\
        !            19:                echo -n $$i;\
        !            20:                echo '....';\
        !            21:                ${TROFF} -man $$i;\
        !            22:        done

unix.superglobalmegacorp.com

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