Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/mail/USD.doc PR/50360: Thomas Klausner: Fix MKREPRO ...



details:   https://anonhg.NetBSD.org/src/rev/296ef47ad3f3
branches:  trunk
changeset: 341830:296ef47ad3f3
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 25 01:12:03 2015 +0000

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

diffstat:

 usr.bin/mail/USD.doc/Makefile |  7 ++++++-
 usr.bin/mail/USD.doc/mail0.nr |  6 ++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r ea0023237ae3 -r 296ef47ad3f3 usr.bin/mail/USD.doc/Makefile
--- a/usr.bin/mail/USD.doc/Makefile     Wed Nov 25 01:08:34 2015 +0000
+++ b/usr.bin/mail/USD.doc/Makefile     Wed Nov 25 01:12:03 2015 +0000
@@ -1,11 +1,16 @@
-#      $NetBSD: Makefile,v 1.7 2014/07/05 19:22:43 dholland Exp $
+#      $NetBSD: Makefile,v 1.8 2015/11/25 01:12:03 christos Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/8/93
 
+.include <bsd.own.mk>
+
 SECTION=reference/ref1
 ARTICLE=mail
 SRCS=  mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
        mail7.nr mail8.nr mail9.nr maila.nr
 MACROS=        -me
+.if ${MKREPRO:Uno} == "yes"
+MACROS+= -rR=1
+.endif
 ROFF_TBL=yes
 #EXTRAHTMLFILES=# none!
 
diff -r ea0023237ae3 -r 296ef47ad3f3 usr.bin/mail/USD.doc/mail0.nr
--- a/usr.bin/mail/USD.doc/mail0.nr     Wed Nov 25 01:08:34 2015 +0000
+++ b/usr.bin/mail/USD.doc/mail0.nr     Wed Nov 25 01:12:03 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mail0.nr,v 1.3 2003/08/07 11:14:43 agc Exp $
+.\"    $NetBSD: mail0.nr,v 1.4 2015/11/25 01:12:03 christos Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -63,7 +63,9 @@
 .(l C
 Version 5.5
 
-
+.if \nR==0 \
+\{
 \*(td
 .)l
+.\}
 .pn 2



Home | Main Index | Thread Index | Old Index