diff options
| author | christos <christos@NetBSD.org> | 2015-11-25 01:20:11 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-11-25 01:20:11 +0000 |
| commit | c67df4d91ab65e2739134dc037c09d7ff8f390ae (patch) | |
| tree | efa47eb014b12d844adaa9d3602bfb3fa1b96e56 /share/doc | |
| parent | 4920ce7d359e2f745420e071edd96bf4a18b2e32 (diff) | |
PR/50360: Thomas Klausner: Fix MKREPRO builds
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/usd/18.msdiffs/Makefile | 7 | ||||
| -rw-r--r-- | share/doc/usd/18.msdiffs/ms.diffs | 5 | ||||
| -rw-r--r-- | share/doc/usd/19.memacros/Makefile | 6 | ||||
| -rw-r--r-- | share/doc/usd/19.memacros/intro.me | 5 | ||||
| -rw-r--r-- | share/doc/usd/20.meref/Makefile | 6 | ||||
| -rw-r--r-- | share/doc/usd/20.meref/ref.me | 8 |
6 files changed, 30 insertions, 7 deletions
diff --git a/share/doc/usd/18.msdiffs/Makefile b/share/doc/usd/18.msdiffs/Makefile index d939ac5d434..999f0a617bc 100644 --- a/share/doc/usd/18.msdiffs/Makefile +++ b/share/doc/usd/18.msdiffs/Makefile @@ -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 --git a/share/doc/usd/18.msdiffs/ms.diffs b/share/doc/usd/18.msdiffs/ms.diffs index 080e5fdcfa1..b11398307f6 100644 --- a/share/doc/usd/18.msdiffs/ms.diffs +++ b/share/doc/usd/18.msdiffs/ms.diffs @@ -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 @@ table of contents macros (.XS and .XE), 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 --git a/share/doc/usd/19.memacros/Makefile b/share/doc/usd/19.memacros/Makefile index 1a929e96b4b..90ea6b5c89c 100644 --- a/share/doc/usd/19.memacros/Makefile +++ b/share/doc/usd/19.memacros/Makefile @@ -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 --git a/share/doc/usd/19.memacros/intro.me b/share/doc/usd/19.memacros/intro.me index 1b4abaf320d..d138608af63 100644 --- a/share/doc/usd/19.memacros/intro.me +++ b/share/doc/usd/19.memacros/intro.me @@ -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 @@ and have given support for the project. 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 --git a/share/doc/usd/20.meref/Makefile b/share/doc/usd/20.meref/Makefile index 835bc51fb3d..115d957076e 100644 --- a/share/doc/usd/20.meref/Makefile +++ b/share/doc/usd/20.meref/Makefile @@ -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 --git a/share/doc/usd/20.meref/ref.me b/share/doc/usd/20.meref/ref.me index af0e84fab23..15303142fe3 100644 --- a/share/doc/usd/20.meref/ref.me +++ b/share/doc/usd/20.meref/ref.me @@ -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 @@ phototypesetter; 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. |
