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/px Pull up revision 1.6 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/147fe1cfe9d8
branches: netbsd-1-6
changeset: 527752:147fe1cfe9d8
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jun 05 05:55:04 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/papers/px/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2b6718639c1a -r 147fe1cfe9d8 share/doc/papers/px/Makefile
--- a/share/doc/papers/px/Makefile Wed Jun 05 05:54:54 2002 +0000
+++ b/share/doc/papers/px/Makefile Wed Jun 05 05:55:04 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/11 21:18:59 hubertf Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2002/06/05 05:55:04 lukem Exp $
#
# @(#)Makefile 5.4 (Berkeley) 10/9/94
@@ -10,7 +10,7 @@
CLEANFILES+=fig2.3.n
paper.ps: ${SRCS} fig2.3.n
- ${SOELIM} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET}
+ ${SOELIM} ${SRCS} | ${TBL} | ${ROFF} ${MACROS} > ${.TARGET}
fig2.3.n: fig2.3.raw
sort fig2.3.raw >fig2.3.n
Home |
Main Index |
Thread Index |
Old Index