]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Check in the generated copies of the manpages
authorEnji Cooper <ngie@FreeBSD.org>
Sat, 28 Mar 2020 01:08:20 +0000 (01:08 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Sat, 28 Mar 2020 01:08:20 +0000 (01:08 +0000)
commit07ca59522d61ce1b9e794031abc39db353e64ab3
tree29184403f710b8a29c22a0fa1383fe4aa192a948
parentbe2af8fbf462565a163d434a51a94623b3333bec
Check in the generated copies of the manpages

These manpages were meant to be templated once per `configure` run.

Given that we're not bound by as many constants, e.g., `--prefix` isn't
generally changing for kyua in the base system, having to generate the
manpages each build seems slightly less than optimal.

In the event that one's build environment doesn't define `$SH`, the build
will also fail until this change is introduced.

Instead of jumping through hoops dealing with shells or permissions, let's
just cut to the chase and check the generated copies into the sourcebase
under usr.bin/kyua .

MFC with: r359260
Reported by: Julian Stacey <jhs@berklix.com>
usr.bin/kyua/Makefile