From c57bb747eb09f5c971507a80a07ce2f3d8746248 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Tue, 15 Nov 2011 02:12:37 -0700 Subject: [PATCH] LU-846 docs: add lfs_migrate.1 to distributed RPMs The lfs_migrate.1 map page needs to be installed so that users more are aware of this command and how to use it. Signed-off-by: Andreas Dilger Change-Id: I9bb586496abc101c2de955664fd95b3b20a23818 Reviewed-on: http://review.whamcloud.com/1701 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Richard Henwood --- lustre/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 846d8dc..70d73e3 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -51,7 +51,7 @@ MANFILES = lustre.7 lfs.1 mount.lustre.8 mkfs.lustre.8 tunefs.lustre.8 lctl.8 \ plot-llstat.8 l_getgroups.8 lst.8 routerstat.8 lshowmount.8 \ ll_recover_lost_found_objs.8 llog_reader.8 llapi_file_open.3 \ llapi_file_create.3 llapi_file_get_stripe.3 liblustreapi.7 \ - lustre_rsync.8 + lustre_rsync.8 lfs_migrate.1 if UTILS man_MANS = $(MANFILES) -- 1.8.3.1