OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-216-gf1d0180e
Gerrit Code Review
gerrit@openafs.org
Wed, 9 Apr 2025 10:01:03 -0400
The following commit has been merged in the master branch:
commit f1d0180efc982ab2cd2271f373302958520245fd
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Tue Apr 8 22:58:04 2025 -0600
doc: Fix man pages install target for kauth
Correct two 'install' target errors in the doc/man-pages/Makefile.in
when the tree in configured with --enable-kauth, enabling the
installation of the obsolete kauth man pages.
The commit: 'doc: Generate PODs with installation paths' (9e7e727527355)
retired the install-man script but missed updating the commands
to install the kauth man pages.
The commit: 'doc: Do not install *.krb symlinks when kauth is disabled'
(c880fd893560) missed adding a path separator ('/') in the klog.1
symlink target.
No changes are needed for the 'dest' target. That target was not missed
by those commits.
Change-Id: Ie8ad318d4a921ba6947de6319839e445baed3ab1
Reviewed-on: https://gerrit.openafs.org/16360
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
doc/man-pages/Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository