svn commit: r306873 - in projects/doctools: etc/mtree share share/me
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 8 19:32:19 UTC 2016
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
More information about the svn-src-projects
mailing list