move the abbreviation flag to the global structure
[nvi.git] / docs / exref / Makefile
blob2223331eaeb537b91c28d7b2eff510fa692c51fb
1 # $Id: Makefile,v 8.1 1993/06/08 12:51:59 bostic Exp $ (Berkeley) $Date: 1993/06/08 12:51:59 $
3 DIR= usd/13.ex
4 SRCS= ex.rm
5 MACROS= -msU
6 CLEANFILES=summary.*
8 paper.ps: ${SRCS} summary.ps
9 ${ROFF} ${SRCS} > ${.TARGET}
11 summary.ps: ex.summary
12 ${TBL} ex.summary | ${ROFF} > ${.TARGET}
14 .include <bsd.doc.mk>