Whamcloud - gitweb
LU-18687 doc: move man *.7 pages to Documentation/man7 90/58590/5
authorTimothy Day <timday@amazon.com>
Sat, 29 Mar 2025 23:37:30 +0000 (19:37 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 7 Jun 2025 23:00:57 +0000 (23:00 +0000)
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>
Documentation/man7/Makefile.am
Documentation/man7/llapi_layout.7 [moved from lustre/doc/llapi_layout.7 with 100% similarity]
Documentation/man7/lustre.7 [moved from lustre/doc/lustre.7 with 100% similarity]
Documentation/man7/lustreapi.7 [moved from lustre/doc/lustreapi.7 with 100% similarity]
lustre/doc/Makefile.am

index 6fadc7c..1136419 100644 (file)
@@ -5,15 +5,22 @@
 #
 
 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:
index edf6f7f..aca6b29 100644 (file)
@@ -92,7 +92,6 @@ MANFILES =                                    \
        ll_decode_linkea.8                      \
        llsom_sync.8                            \
        llstat.8                                \
-       lustre.7                                \
        lustre_routes_config.8                  \
        lustre_routes_conversion.8              \
        lustre_rsync.8                          \
@@ -102,11 +101,6 @@ MANFILES =                                 \
        routerstat.8
 
 
-LIBMAN =                                       \
-       lustreapi.7                             \
-       llapi_layout.7
-
-
 SERVER_MANFILES =                              \
        l_getidentity.8                         \
        l_getsepol.8                            \
@@ -176,7 +170,7 @@ SERVER_MANFILES =                           \
        tunefs.lustre.8
 
 if MANPAGES
-man_MANS = $(LIBMAN)
+man_MANS =
 if SERVER
 man_MANS += $(SERVER_MANFILES)
 endif
@@ -188,6 +182,6 @@ endif
 
 CLEANFILES = *.aux *.tex *.log *.pdf
 
-EXTRA_DIST = $(MANFILES) $(SERVER_MANFILES) $(LIBMAN)
+EXTRA_DIST = $(MANFILES) $(SERVER_MANFILES)
 
 all: