Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/doc/papers/bus_dma Make sure to pass $MACROS to the ro...



details:   https://anonhg.NetBSD.org/src/rev/7c24dea7d650
branches:  trunk
changeset: 523227:7c24dea7d650
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Mar 06 06:43:02 2002 +0000

description:
Make sure to pass $MACROS to the roff command.

diffstat:

 share/doc/papers/bus_dma/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r dcbc5b25663a -r 7c24dea7d650 share/doc/papers/bus_dma/Makefile
--- a/share/doc/papers/bus_dma/Makefile Wed Mar 06 06:37:17 2002 +0000
+++ b/share/doc/papers/bus_dma/Makefile Wed Mar 06 06:43:02 2002 +0000
@@ -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 @@
 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>



Home | Main Index | Thread Index | Old Index