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 Pull up revision 1.4 (requested by pooka ...
details: https://anonhg.NetBSD.org/src/rev/e91681644433
branches: netbsd-1-6
changeset: 527756:e91681644433
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jun 05 05:55:42 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/psd/20.ipctut/Makefile | 5 +++--
share/doc/psd/21.ipc/Makefile | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 0d2e3de3515e -r e91681644433 share/doc/psd/20.ipctut/Makefile
--- a/share/doc/psd/20.ipctut/Makefile Wed Jun 05 05:55:33 2002 +0000
+++ b/share/doc/psd/20.ipctut/Makefile Wed Jun 05 05:55:42 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/01/09 06:54:57 perry Exp $
+# $NetBSD: Makefile,v 1.3.12.1 2002/06/05 05:55:42 lukem Exp $
#
# @(#)Makefile 8.1 (Berkeley) 8/14/93
@@ -10,6 +10,7 @@
udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
paper.ps: ${SRCS} ${EXTRA}
- ${SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${PIC} | ${TBL} | ${ROFF} > ${.TARGET}
+ ${SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${PIC} | ${TBL} | \
+ ${ROFF} ${MACROS} > ${.TARGET}
.include <bsd.doc.mk>
diff -r 0d2e3de3515e -r e91681644433 share/doc/psd/21.ipc/Makefile
--- a/share/doc/psd/21.ipc/Makefile Wed Jun 05 05:55:33 2002 +0000
+++ b/share/doc/psd/21.ipc/Makefile Wed Jun 05 05:55:42 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/01/09 06:55:15 perry Exp $
+# $NetBSD: Makefile,v 1.3.12.1 2002/06/05 05:55:50 lukem Exp $
#
# @(#)Makefile 8.1 (Berkeley) 6/8/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