Home
last modified time | relevance | path

Searched hist:"8046 db8b49bf5cdf54b8f17867a8bdb294100bd8" (Results 1 – 1 of 1) sorted by relevance

/freebsd/release/
H A DMakefilediff 8046db8b49bf5cdf54b8f17867a8bdb294100bd8 Thu Oct 04 03:46:56 CEST 2018 Glen Barber <gjb@FreeBSD.org> Fix the hardware.{txt,html} build in the release/Makefile 'reldoc'
target.

The doc/share/mk/doc.commands.mk sets SVN to /usr/local/bin/svn
by default, which is not necessarily installed by the documentation
project textproc/docproj port.

Ensure SVN can be evaluated properly to include the hardware pages
by iterating through /usr/local/bin and /usr/bin and looking for
both svn and svnlite binaries, and pass the SVN variable explicitly
through env(1) in the reldoc target to avoid failures if it does not
exist.

Approved by: re (rgrimes)
Sponsored by: The FreeBSD Foundation