Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2016 19:32:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r306873 - in projects/doctools: etc/mtree share share/me
Message-ID:  <201610081932.u98JWIvx025494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct  8 19:32:17 2016
New Revision: 306873
URL: https://svnweb.freebsd.org/changeset/base/306873

Log:
  Install the orig_me macros only when DOCTOOLS is installed and under the new
  directory

Modified:
  projects/doctools/etc/mtree/BSD.usr.dist
  projects/doctools/share/Makefile
  projects/doctools/share/me/Makefile

Modified: projects/doctools/etc/mtree/BSD.usr.dist
==============================================================================
--- projects/doctools/etc/mtree/BSD.usr.dist	Sat Oct  8 19:25:22 2016	(r306872)
+++ projects/doctools/etc/mtree/BSD.usr.dist	Sat Oct  8 19:32:17 2016	(r306873)
@@ -321,12 +321,14 @@
             ..
             font
             ..
+            me
+            ..
+            nterm
+            ..
             pub
             ..
             tmac
             ..
-            nterm
-            ..
         ..
         dtrace
         ..

Modified: projects/doctools/share/Makefile
==============================================================================
--- projects/doctools/share/Makefile	Sat Oct  8 19:25:22 2016	(r306872)
+++ projects/doctools/share/Makefile	Sat Oct  8 19:32:17 2016	(r306873)
@@ -49,9 +49,7 @@ _dict=		dict
 _examples=	examples
 .endif
 
-.if ${MK_GROFF} != "no"
-_me=		me
-.endif
+SUBDIR.${MK_DOCTOOLS}+=		me
 
 .if ${MK_ICONV} != "no"
 _i18n=		i18n

Modified: projects/doctools/share/me/Makefile
==============================================================================
--- projects/doctools/share/me/Makefile	Sat Oct  8 19:25:22 2016	(r306872)
+++ projects/doctools/share/me/Makefile	Sat Oct  8 19:32:17 2016	(r306873)
@@ -1,8 +1,8 @@
 #	@(#)Makefile	8.2 (Berkeley) 3/27/94
 # $FreeBSD$
 
-MELIB=	${BINDIR}/me
-TMLIB=	${BINDIR}/tmac
+MELIB=	${BINDIR}/doctools/me
+TMLIB=	${BINDIR}/doctools/tmac
 MESRCS=	acm.me chars.me deltext.me eqn.me float.me footnote.me \
 	index.me letterhead.me local.me null.me refer.me sh.me \
 	tbl.me thesis.me



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610081932.u98JWIvx025494>