home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / usd / 16.ex / Makefile < prev    next >
Encoding:
Makefile  |  1990-06-30  |  273 b   |  15 lines

  1. #    @(#)Makefile    6.2 (Berkeley) 6/30/90
  2.  
  3. DIR=    usd/16.ex
  4. SRCS=    ex.rm
  5. MACROS=    -msU
  6. CLEANFILES=summary.*
  7.  
  8. paper.${PRINTER}: ${SRCS} summary.${PRINTER}
  9.     ${ROFF} ${SRCS} > ${.TARGET}
  10.  
  11. summary.${PRINTER}: ex.summary
  12.     ${TBL} ex.summary | ${ROFF} > ${.TARGET}
  13.  
  14. .include <bsd.doc.mk>
  15.