]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the hardware.{txt,html} build in the release/Makefile 'reldoc'
authorgjb <gjb@FreeBSD.org>
Thu, 4 Oct 2018 01:46:56 +0000 (01:46 +0000)
committergjb <gjb@FreeBSD.org>
Thu, 4 Oct 2018 01:46:56 +0000 (01:46 +0000)
commita373d8a0d56d3fab3f7256f9bd58cadb1a86a860
tree48604dcc298c58b4f65ff9ff72c5ef2b4d6a6c39
parente62dcc082e537b58e52d39ee9d0e2b2210cbfcac
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
release/Makefile