From owner-svn-src-projects@freebsd.org Fri Dec 30 18:51:57 2016 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2997C978B6 for ; Fri, 30 Dec 2016 18:51:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA6A21CBF; Fri, 30 Dec 2016 18:51:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBUIpuLr038789; Fri, 30 Dec 2016 18:51:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBUIpuvj038788; Fri, 30 Dec 2016 18:51:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612301851.uBUIpuvj038788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 30 Dec 2016 18:51:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r310848 - projects/doctools/share/me X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 18:51:58 -0000 Author: bapt Date: Fri Dec 30 18:51:56 2016 New Revision: 310848 URL: https://svnweb.freebsd.org/changeset/base/310848 Log: Install the me macros in the doctools place Reported by: antoine Modified: projects/doctools/share/me/Makefile Modified: projects/doctools/share/me/Makefile ============================================================================== --- projects/doctools/share/me/Makefile Fri Dec 30 18:46:21 2016 (r310847) +++ projects/doctools/share/me/Makefile Fri Dec 30 18:51:56 2016 (r310848) @@ -1,7 +1,7 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 # $FreeBSD$ -MELIB= ${BINDIR}/me +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 \