Consolidate all of the man pages into the top
level Documentation directory.
Move all of the Lustre man pages (from 7) to Docmentation/.
Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: I9c5a5e36028739b4872e469721acb8d32b61cce1
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58590
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Lijing Chen <lijinc@amazon.com>
Reviewed-by: Ellis Wilson <elliswilson@microsoft.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
#
MANFILES = \
+ lustre.7 \
lnet.7
+
+LIBMAN = \
+ lustreapi.7 \
+ llapi_layout.7
+
if MANPAGES
+man_MANS = $(LIBMAN)
if UTILS
-man_MANS = $(MANFILES)
+man_MANS += $(MANFILES)
endif
endif
CLEANFILES = *.aux *.tex *.log *.pdf
-EXTRA_DIST = $(MANFILES)
+EXTRA_DIST = $(MANFILES) $(LIBMAN)
all:
ll_decode_linkea.8 \
llsom_sync.8 \
llstat.8 \
- lustre.7 \
lustre_routes_config.8 \
lustre_routes_conversion.8 \
lustre_rsync.8 \
routerstat.8
-LIBMAN = \
- lustreapi.7 \
- llapi_layout.7
-
-
SERVER_MANFILES = \
l_getidentity.8 \
l_getsepol.8 \
tunefs.lustre.8
if MANPAGES
-man_MANS = $(LIBMAN)
+man_MANS =
if SERVER
man_MANS += $(SERVER_MANFILES)
endif
CLEANFILES = *.aux *.tex *.log *.pdf
-EXTRA_DIST = $(MANFILES) $(SERVER_MANFILES) $(LIBMAN)
+EXTRA_DIST = $(MANFILES) $(SERVER_MANFILES)
all: