Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/doc/papers/pulldown Pull up revision 1.2 (request...



details:   https://anonhg.NetBSD.org/src/rev/2b6718639c1a
branches:  netbsd-1-6
changeset: 527751:2b6718639c1a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 05 05:54:54 2002 +0000

description:
Pull up revision 1.2 (requested by pooka in ticket #143):
Reflect bsd.doc.mk rev 1.52 here, and make sure that ROFF uses MACROS.
This has the effect of the postscript output actually being readable.

diffstat:

 share/doc/papers/pulldown/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r a235583131a9 -r 2b6718639c1a share/doc/papers/pulldown/Makefile
--- a/share/doc/papers/pulldown/Makefile        Wed Jun 05 05:53:58 2002 +0000
+++ b/share/doc/papers/pulldown/Makefile        Wed Jun 05 05:54:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.1 2001/07/04 05:29:25 itojun Exp $
+#      $Id: Makefile,v 1.1.2.1 2002/06/05 05:54:54 lukem Exp $
 
 DIR=   papers/pulldown
 SRCS=  0.t 1.t 2.t 4.t 8.t 9.t
@@ -8,12 +8,12 @@
 paper.ps: ${DPSRCS}
        ${SOELIM} -I${.CURDIR} ${SRCS} | \
            ${REFER} -P -S -e -p ${.CURDIR}/refs.r | \
-           ${PIC} | ${TBL} | ${EQN} |  ${ROFF} > ${.TARGET}
+           ${PIC} | ${TBL} | ${EQN} |  ${ROFF} ${MACROS} > ${.TARGET}
 
 paper.dvi: ${DPSRCS}
        ${SOELIM} -I${.CURDIR} ${SRCS} | \
            ${REFER} -P -S -e -p ${.CURDIR}/refs.r | \
-           ${PIC} | ${TBL} | ${ROFF} -Tdvi > ${.TARGET}
+           ${PIC} | ${TBL} | ${ROFF} ${MACROS} -Tdvi > ${.TARGET}
 
 paper.txt: ${DPSRCS}
        ${SOELIM} -I${.CURDIR} ${SRCS} | \



Home | Main Index | Thread Index | Old Index