Annotation of 43BSDTahoe/new/X/doc/Usenix/Makefile, revision 1.1.1.1

1.1       root        1: # Copyright 1985, Massachusetts Institute of Technology
                      2: # Makefile for the Xlib document.
                      3: 
                      4: TROFF= psroff
                      5: FILES= macros.t\
                      6:        abstract.t\
                      7:        x.t\
                      8:        kernel.t\
                      9:        memory.t\
                     10:        fd.t\
                     11:        pty.t\
                     12:        startup.t\
                     13:        naming.t\
                     14:        rpc.t\
                     15:        select.t\
                     16:        summary.t\
                     17:        ack.t\
                     18:        references.t
                     19: 
                     20: 
                     21: all:   paper
                     22: 
                     23: paper: $(FILES)
                     24:        cat $(FILES) |${TROFF} -ms
                     25: 
                     26: cat: $(FILES)
                     27:        cat $(FILES) >catfiles
                     28: 
                     29: preview:$(FILES)
                     30:        cat $(FILES) | nroff -ms | colcrt
                     31: 
                     32: clean:
                     33:        rm -f *~ \#* *.bak errs

unix.superglobalmegacorp.com

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