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/psd/05.sysman Pull up revision 1.6 (requested...



details:   https://anonhg.NetBSD.org/src/rev/0d2e3de3515e
branches:  netbsd-1-6
changeset: 527755:0d2e3de3515e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 05 05:55:33 2002 +0000

description:
Pull up revision 1.6 (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/psd/05.sysman/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r cede9b4267f8 -r 0d2e3de3515e share/doc/psd/05.sysman/Makefile
--- a/share/doc/psd/05.sysman/Makefile  Wed Jun 05 05:55:23 2002 +0000
+++ b/share/doc/psd/05.sysman/Makefile  Wed Jun 05 05:55:33 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2001/03/11 21:20:35 hubertf Exp $
+#      $NetBSD: Makefile,v 1.5.2.1 2002/06/05 05:55:33 lukem Exp $
 #
 #      @(#)Makefile    8.2 (Berkeley) 6/1/94
 
@@ -10,7 +10,9 @@
 
 paper.ps: ${SRCS}
        # Format twice to (only) generate Toc in the first run:
-       ( ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} 2>&1 ) >/dev/null
-       ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
+       ( ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | \
+           ${ROFF} ${MACROS} 2>&1 ) >/dev/null
+       ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | \
+           ${ROFF} ${MACROS} > ${.TARGET}
 
 .include <bsd.doc.mk>



Home | Main Index | Thread Index | Old Index