Make sure to pass $MACROS to the roff command.
This commit is contained in:
parent
3be9fbe42e
commit
06c97a1e94
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 1998/07/15 11:56:34 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2002/03/06 06:43:02 thorpej Exp $
|
||||
|
||||
DIR= papers/bus_dma
|
||||
SRCS= title.me 1.me 2.me 3.me 4.me 5.me about.me
|
||||
|
@ -7,10 +7,11 @@ MACROS= -me
|
|||
DPSRCS= ${SRCS} ${EXTRA} Makefile
|
||||
|
||||
paper.ps: ${DPSRCS}
|
||||
${SOELIM} -I${.CURDIR} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} > ${.TARGET}
|
||||
${SOELIM} -I${.CURDIR} ${SRCS} | ${PIC} | ${TBL} | \
|
||||
${ROFF} ${MACROS} > ${.TARGET}
|
||||
|
||||
paper.dvi: ${DPSRCS}
|
||||
${SOELIM} -I${.CURDIR} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} -Tdvi \
|
||||
> ${.TARGET}
|
||||
${SOELIM} -I${.CURDIR} ${SRCS} | ${PIC} | ${TBL} | \
|
||||
${ROFF} ${MACROS} -Tdvi > ${.TARGET}
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
|
|
Loading…
Reference in New Issue