Date: Tue, 7 Mar 2017 17:53:53 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314872 - head/share/mk Message-ID: <201703071753.v27HrrrV078514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703071753.v27HrrrV078514>