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/smm Pull up revision 1.4 (requested by pooka ...



details:   https://anonhg.NetBSD.org/src/rev/eaa87f1b6e68
branches:  netbsd-1-6
changeset: 527758:eaa87f1b6e68
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 05 05:56:08 2002 +0000

description:
Pull up revision 1.4 (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/smm/05.fastfs/Makefile |  5 +++--
 share/doc/smm/18.net/Makefile    |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 75185f0abe25 -r eaa87f1b6e68 share/doc/smm/05.fastfs/Makefile
--- a/share/doc/smm/05.fastfs/Makefile  Wed Jun 05 05:55:59 2002 +0000
+++ b/share/doc/smm/05.fastfs/Makefile  Wed Jun 05 05:56:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 1998/01/09 06:55:34 perry Exp $
+#      $NetBSD: Makefile,v 1.3.12.1 2002/06/05 05:56:08 lukem Exp $
 #
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
@@ -7,6 +7,7 @@
 MACROS=        -ms
 
 paper.ps: ${SRCS}
-       ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET}
+       ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${EQN} | \
+           ${ROFF} ${MACROS} > ${.TARGET}
 
 .include <bsd.doc.mk>
diff -r 75185f0abe25 -r eaa87f1b6e68 share/doc/smm/18.net/Makefile
--- a/share/doc/smm/18.net/Makefile     Wed Jun 05 05:55:59 2002 +0000
+++ b/share/doc/smm/18.net/Makefile     Wed Jun 05 05:56:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 1998/01/09 06:55:47 perry Exp $
+#      $NetBSD: Makefile,v 1.3.12.1 2002/06/05 05:56:18 lukem Exp $
 #
 #      @(#)Makefile    8.1 (Berkeley) 6/10/93
 
@@ -7,6 +7,7 @@
 MACROS=        -ms
 
 paper.ps: ${SRCS}
-       ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
+       ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | \
+           ${ROFF} ${MACROS} > ${.TARGET}
 
 .include <bsd.doc.mk>



Home | Main Index | Thread Index | Old Index