From bdfa4ba7b17f1242f516668adc39fc3ede403f4d Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 2 Jan 2019 15:07:47 -0700 Subject: [PATCH] LU-930 doc: move server man pages to server package Don't install the ll_decode_filter_fid.8 and llverdev.8 man pages with the client build. These utilities are only on the server. Test-Parameters: trivial Signed-off-by: Andreas Dilger Change-Id: I713107f6e8f09866650245d5835f41db6abcab07 Reviewed-on: https://review.whamcloud.com/33952 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Emoly Liu Reviewed-by: Nathaniel Clark Reviewed-by: Oleg Drokin --- lustre/doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 812adbd..b2dbb4b 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -111,12 +111,10 @@ MANFILES = \ llapi_path2fid.3 \ llapi_path2parent.3 \ llapi_quotactl.3 \ - ll_decode_filter_fid.8 \ ll_decode_linkea.8 \ llobdstat.8 \ llog_reader.8 \ llstat.8 \ - llverdev.8 \ lnetctl.8 \ lst.8 \ lustre.7 \ @@ -153,6 +151,8 @@ SERVER_MANFILES = \ lctl-snapshot-list.8 \ lctl-snapshot-mount.8 \ lctl-snapshot-umount.8 \ + ll_decode_filter_fid.8 \ + llverdev.8 \ lshowmount.8 \ mkfs.lustre.8 \ tunefs.lustre.8 -- 1.8.3.1