From 27aab45f9a8841f5413dc84c32b687862741d27d Mon Sep 17 00:00:00 2001 From: Henri Doreau Date: Thu, 16 Oct 2014 13:17:53 +0200 Subject: [PATCH] LU-5752 doc: Added missing manpages to Makefile.am Make sure all manpages are added to Makefile.am so that they can get installed. Signed-off-by: Henri Doreau Change-Id: I8927531a50bc41fc53b21959ce003b8acfd1ce50 Reviewed-on: http://review.whamcloud.com/12308 Tested-by: Jenkins Reviewed-by: Cliff White Reviewed-by: Bob Glossman Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/doc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index ad96c11..5829f30 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -52,7 +52,9 @@ MANFILES = lustre.7 lfs.1 mount.lustre.8 lctl.8 \ llapi_layout_pattern_get.3 llapi_layout_pattern_set.3 \ llapi_layout_pool_name_get.3 llapi_layout_pool_name_set.3 \ llapi_layout_stripe_count_get.3 llapi_layout_stripe_count_set.3 \ - llapi_layout_stripe_size_get.3 + llapi_layout_stripe_size_get.3 llapi_layout_stripe_size_set.3 \ + llapi_path2fid.3 llapi_group_lock.3 llapi_group_unlock.3 \ + ll_decode_filter_fid.8 SERVER_MANFILES = mkfs.lustre.8 tunefs.lustre.8 -- 1.8.3.1