diff options
author | 2014-03-28 08:49:25 +0000 | |
---|---|---|
committer | 2014-03-28 08:49:25 +0000 | |
commit | ac41604ab08eb69019012afbadf7e7eb50c7126c (patch) | |
tree | 333bc08f2dfdb3855e306045124f77343ae9c5e9 | |
parent | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things (diff) | |
download | wireguard-openbsd-ac41604ab08eb69019012afbadf7e7eb50c7126c.tar.xz wireguard-openbsd-ac41604ab08eb69019012afbadf7e7eb50c7126c.zip |
Document the new docbook MODGNOME_TOOLS option.
-rw-r--r-- | share/man/man5/port-modules.5 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index cb54b87e716..3a6e9dd882b 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.166 2014/03/16 09:12:55 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.167 2014/03/28 08:49:25 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 16 2014 $ +.Dd $Mdocdate: March 28 2014 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -1196,11 +1196,19 @@ are defined, then "--disable-maintainer-mode" is appended to .Ev CONFIGURE_ARGS . .Pp Certain build/run dependencies and configure arguments and environment -can be set by appending gi, gtk-doc, vala and/or yelp to +can be set by appending docbook, gi, gtk-doc, vala and/or yelp to .Ev MODGNOME_TOOLS . They are disabled otherwise. If .Ev MODGNOME_TOOLS +is set to docbook, +.Pa textproc/docbook-xsl +is appended to +.Ev MODGNOME_BUILD_DEPENDS . +This option is used when the generation of the man pages included in the +source tarball requires docbook XML/SGML/XSL definitions and stylesheets. +If +.Ev MODGNOME_TOOLS is set to yelp, .Pa textproc/itstool and |