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/01.setup Pull up revision 1.11 (requested...
details: https://anonhg.NetBSD.org/src/rev/75185f0abe25
branches: netbsd-1-6
changeset: 527757:75185f0abe25
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jun 05 05:55:59 2002 +0000
description:
Pull up revision 1.11 (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/01.setup/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e91681644433 -r 75185f0abe25 share/doc/smm/01.setup/Makefile
--- a/share/doc/smm/01.setup/Makefile Wed Jun 05 05:55:42 2002 +0000
+++ b/share/doc/smm/01.setup/Makefile Wed Jun 05 05:55:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/01/09 06:55:26 perry Exp $
+# $NetBSD: Makefile,v 1.10.12.1 2002/06/05 05:55:59 lukem Exp $
#
# @(#)Makefile 8.1 (Berkeley) 7/27/93
@@ -8,6 +8,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