|
|
1.1 ! root 1: # @(#)Makefile 6.4 (Berkeley) 6/30/90 ! 2: ! 3: DIR= usd/24.troff ! 4: INTRO= m0 ! 5: TUTOR= m0a ! 6: PAPER= m1 m2 m3 m4 ! 7: APNDX1= m5 ! 8: APNDX2= table1 ! 9: APNDX3= table2 ! 10: MACROS= m.mac ! 11: ! 12: paper.${PRINTER}: intro.${PRINTER} tutor.${PRINTER} apndx1.${PRINTER} \ ! 13: apndx2.${PRINTER} apndx3.${PRINTER} ! 14: ${TBL} ${PAPER} | ${ROFF} > ${.TARGET} ! 15: ! 16: intro.${PRINTER}: ${INTRO} ! 17: ${ROFF} ${INTRO} > ${.TARGET} ! 18: ! 19: tutor.${PRINTER}: ${TUTOR} ! 20: ${TBL} ${TUTOR} | ${ROFF} > ${.TARGET} ! 21: ! 22: apndx1.${PRINTER}: ${APNDX1} ! 23: ${ROFF} ${APNDX1} > ${.TARGET} ! 24: ! 25: apndx2.${PRINTER}: ${APNDX2} ! 26: ${ROFF} ${APNDX2} > ${.TARGET} ! 27: ! 28: apndx3.${PRINTER}: ${APNDX3} ! 29: ${ROFF} ${APNDX3} > ${.TARGET} ! 30: ! 31: clean: ! 32: rm -f intro.${PRINTER} tutor.${PRINTER} paper.${PRINTER} \ ! 33: apndx1.${PRINTER} apndx2.${PRINTER} apndx3.${PRINTER} \ ! 34: *.spell errs Errs make.out ! 35: ! 36: spell: ${INTRO} ${TUTOR} ${PAPER} ${APNDX1} ${APNDX2} ${APNDX3} ! 37: @for i in ${INTRO} ${TUTOR} ${PAPER} ${APNDX1} ${APNDX2} ${APNDX3}; do \ ! 38: echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \ ! 39: done ! 40: ! 41: .include <bsd.doc.mk>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.