Annotation of 43BSD/contrib/X/doc/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright 1985, Massachusetts Institute of Technology.
                      3: #
                      4: #
                      5: # 
                      6: CONFDIR= /usr/doc
                      7: # TROFF determines what form of troff
                      8: #
                      9: # Remember to run off the index to the Xlib manual after makeing sure the 
                     10: # page number is correct in the indexmacros file...  Someday we we
                     11: # automate this procedure....
                     12: #
                     13: SUBDIR= Xlib installation Usenix
                     14: # set for our 480 dpi imagen....  Almost certainly needs to be changed.
                     15: TROFF= troff -T480
                     16: # set for our printer
                     17: PRINTER= lpr -n -Pim
                     18: 
                     19: all:
                     20: 
                     21: paper:
                     22:        for i in ${SUBDIR}; do \
                     23:            (cd $$i; echo "troffing $$i";\
                     24:             make ${MFLAGS} TROFF="${TROFF}" PRINTER="${PRINTER}" DESTDIR=${DESTDIR} CONFDIR=${CONFDIR} paper;\
                     25:             cd ..);\
                     26:        done
                     27: 
                     28: install:
                     29:        rm -rf ${DESTDIR}${CONFDIR}/X.old
                     30:        -mv -f ${DESTDIR}${CONFDIR}/X ${DESTDIR}${CONFDIR}/X.old
                     31:        mkdir ${DESTDIR}${CONFDIR}/X
                     32:        cp -r ${SUBDIR} ${DESTDIR}${CONFDIR}/X
                     33: 
                     34: clean:
                     35:        for i in ${SUBDIR}; do \
                     36:            (cd $$i; echo "cleaning $$i";\
                     37:             make ${MFLAGS} clean;\
                     38:             cd ..);\
                     39:        done
                     40:        rm -f *~ \#* *.bak *.BAK

unix.superglobalmegacorp.com

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