Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/doc/usd PR/50360: Thomas Klausner: Fix MKREPRO builds



details:   https://anonhg.NetBSD.org/src/rev/b4f1b487bd17
branches:  trunk
changeset: 341831:b4f1b487bd17
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 25 01:20:11 2015 +0000

description:
PR/50360: Thomas Klausner: Fix MKREPRO builds

diffstat:

 share/doc/usd/18.msdiffs/Makefile  |  7 ++++++-
 share/doc/usd/18.msdiffs/ms.diffs  |  5 ++++-
 share/doc/usd/19.memacros/Makefile |  6 +++++-
 share/doc/usd/19.memacros/intro.me |  5 ++++-
 share/doc/usd/20.meref/Makefile    |  6 +++++-
 share/doc/usd/20.meref/ref.me      |  8 ++++++--
 6 files changed, 30 insertions(+), 7 deletions(-)

diffs (122 lines):

diff -r 296ef47ad3f3 -r b4f1b487bd17 share/doc/usd/18.msdiffs/Makefile
--- a/share/doc/usd/18.msdiffs/Makefile Wed Nov 25 01:12:03 2015 +0000
+++ b/share/doc/usd/18.msdiffs/Makefile Wed Nov 25 01:20:11 2015 +0000
@@ -1,11 +1,16 @@
-#      $NetBSD: Makefile,v 1.5 2014/07/05 19:22:43 dholland Exp $
+#      $NetBSD: Makefile,v 1.6 2015/11/25 01:20:11 christos Exp $
 #
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
+.include <bsd.own.mk>
 SECTION=reference/ref1/roff
 ARTICLE=msdiffs
 SRCS=  ms.diffs
 MACROS=        -ms
+.if ${MKREPRO:Uno} == "yes"
+MACROS+= -rR=1
+.endif
+
 EXTRAHTMLFILES=msdiffs1.png msdiffs2.png
 
 .include <bsd.doc.mk>
diff -r 296ef47ad3f3 -r b4f1b487bd17 share/doc/usd/18.msdiffs/ms.diffs
--- a/share/doc/usd/18.msdiffs/ms.diffs Wed Nov 25 01:12:03 2015 +0000
+++ b/share/doc/usd/18.msdiffs/ms.diffs Wed Nov 25 01:20:11 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ms.diffs,v 1.4 2003/08/07 10:30:58 agc Exp $
+.\"    $NetBSD: ms.diffs,v 1.5 2015/11/25 01:20:11 christos Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -281,5 +281,8 @@
 and macros to format the optional cover page.
 The code for the \*ms package lives in /usr/lib/tmac/tmac.s,
 and sourced files reside in the directory /usr/ucb/lib/ms.
+.if \nR==0 \
+\{
 .sp
 .tl '''\*(DY'
+.\}
diff -r 296ef47ad3f3 -r b4f1b487bd17 share/doc/usd/19.memacros/Makefile
--- a/share/doc/usd/19.memacros/Makefile        Wed Nov 25 01:12:03 2015 +0000
+++ b/share/doc/usd/19.memacros/Makefile        Wed Nov 25 01:20:11 2015 +0000
@@ -1,10 +1,14 @@
-#      $NetBSD: Makefile,v 1.4 2014/07/05 19:22:43 dholland Exp $
+#      $NetBSD: Makefile,v 1.5 2015/11/25 01:20:11 christos Exp $
 #
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
+.include <bsd.own.mk>
 SECTION=reference/ref1/roff
 ARTICLE=memacros
 SRCS=  intro.me
 MACROS=        -me
+.if ${MKREPRO:Uno} == "yes"
+MACROS+= -rR=1
+.endif
 
 .include <bsd.doc.mk>
diff -r 296ef47ad3f3 -r b4f1b487bd17 share/doc/usd/19.memacros/intro.me
--- a/share/doc/usd/19.memacros/intro.me        Wed Nov 25 01:12:03 2015 +0000
+++ b/share/doc/usd/19.memacros/intro.me        Wed Nov 25 01:20:11 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.me,v 1.4 2003/08/07 10:30:58 agc Exp $
+.\"    $NetBSD: intro.me,v 1.5 2015/11/25 01:20:11 christos Exp $
 .\"
 .\" Copyright (c) 1986, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -2342,7 +2342,10 @@
 This document was
 .if n \*N'ed
 .if t \*T'ed
+.if \nR==0 \
+\{
 on \*(td
+.\}
 and applies to version
 \*(MO
 of the \-me macros.
diff -r 296ef47ad3f3 -r b4f1b487bd17 share/doc/usd/20.meref/Makefile
--- a/share/doc/usd/20.meref/Makefile   Wed Nov 25 01:12:03 2015 +0000
+++ b/share/doc/usd/20.meref/Makefile   Wed Nov 25 01:20:11 2015 +0000
@@ -1,10 +1,14 @@
-#      $NetBSD: Makefile,v 1.4 2014/07/05 19:22:43 dholland Exp $
+#      $NetBSD: Makefile,v 1.5 2015/11/25 01:20:11 christos Exp $
 #
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
+.include <bsd.own.mk>
 SECTION=reference/ref1/roff
 ARTICLE=meref
 SRCS=  ref.me
 MACROS=        -me
+.if ${MKREPRO:Uno} == "yes"
+MACROS+= -rR=1
+.endif
 
 .include <bsd.doc.mk>
diff -r 296ef47ad3f3 -r b4f1b487bd17 share/doc/usd/20.meref/ref.me
--- a/share/doc/usd/20.meref/ref.me     Wed Nov 25 01:12:03 2015 +0000
+++ b/share/doc/usd/20.meref/ref.me     Wed Nov 25 01:20:11 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ref.me,v 1.7 2003/08/07 10:30:58 agc Exp $
+.\"    $NetBSD: ref.me,v 1.8 2015/11/25 01:20:11 christos Exp $
 .\"
 .\" Copyright (c) 1986, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -216,10 +216,14 @@
 this changes the page offset
 and inserts cut marks.
 .pp
-This documentation was
+This documentation
+was
 .if n \*N'ed
 .if t \*T'ed
+.if \nR==0 \
+\{
 on \*(td
+.\}
 and applies to version
 \*(MO
 of the \-me macros.



Home | Main Index | Thread Index | Old Index