From 469325f4566ff9b40e8c68ccf6be692373a64c60 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 30 Jan 2024 14:33:07 +0530 Subject: [PATCH] docs-xml: Build and install man page for wspsearch Commit 49b6137f7c2244aeb3cf9b65fc9d46fcf0b8dc55 switched the default to install `wspsearch` client from False to True but missed to build and install the corresponding man page. Therefore adding wspsearch.1 to the list of man pages to be built and installed by default. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15565 Signed-off-by: Anoop C S Reviewed-by: Andreas Schneider Autobuild-User(master): Anoop C S Autobuild-Date(master): Tue Jan 30 14:38:58 UTC 2024 on atb-devel-224 (cherry picked from commit a48f8ae30775bb2dc07768c3df88968800f51470) --- docs-xml/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 95ed08ed1d8..434afacaf1e 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -54,6 +54,7 @@ manpages=''' manpages/wbinfo.1 manpages/winbindd.8 manpages/samba-log-parser.1 + manpages/wspsearch.1 ''' pam_winbind_manpages = ''' -- 2.43.0