From owner-svn-src-head@freebsd.org Tue Mar 7 17:53:54 2017 Return-Path: Delivered-To: svn-src-head@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 6E86CD02161; Tue, 7 Mar 2017 17:53:54 +0000 (UTC) (envelope-from ngie@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 3E4A31474; Tue, 7 Mar 2017 17:53:54 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v27Hrrtt078515; Tue, 7 Mar 2017 17:53:53 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v27HrrrV078514; Tue, 7 Mar 2017 17:53:53 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201703071753.v27HrrrV078514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Tue, 7 Mar 2017 17:53:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314872 - head/share/mk X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 17:53:54 -0000 Author: ngie Date: Tue Mar 7 17:53:53 2017 New Revision: 314872 URL: https://svnweb.freebsd.org/changeset/base/314872 Log: Add bsd.man.mk references for MAN under bsd.lib.mk and bsd.prog.mk The latter set of manpages directly consume bsd.man.mk, so the bsd.man.mk behavior should be the source of truth for underlying behavior, whereas the other manpage fragment descriptions should document how they tweak the variable behavior, if at all (bsd.prog.mk does tweak the default value, as noted in its description) MFC after: 1 week Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README ============================================================================== --- head/share/mk/bsd.README Tue Mar 7 17:42:23 2017 (r314871) +++ head/share/mk/bsd.README Tue Mar 7 17:53:53 2017 (r314872) @@ -320,8 +320,8 @@ LINKS The list of binary links; should LINKS= /bin/test /bin/[ -MAN Manual pages (should end in .1 - .9). If no MAN variable - is defined, "MAN=${PROG}.1" is assumed. +MAN Manual pages. If no MAN variable is defined, + "MAN=${PROG}.1" is assumed. See bsd.man.mk for more details. PROG The name of the program to build. If not supplied, nothing is built. @@ -532,7 +532,8 @@ LIB_CXX The name of the library to buil LINTLIBDIR Target directory for lint libraries. -MAN The manual pages to be installed (use a .1 - .9 suffix). +MAN The manual pages to be installed. See bsd.man.mk for more + details. SHLIB Like LIB but only builds a shared library.