Whamcloud - gitweb
LU-18687 doc: move man pages to Documentation [1] 86/58586/2
authorTimothy Day <timday@amazon.com>
Sat, 29 Mar 2025 22:45:19 +0000 (18:45 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 2 May 2025 02:18:44 +0000 (02:18 +0000)
Consolidate all of the man pages into the top
level Documentation directory.

Move all of the LNET man pages to Docmentation/.

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: I8f175e9b7cc27e2b80622ae7b8f891104dff24c4
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58586
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Ellis Wilson <elliswilson@microsoft.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Documentation/man7/Makefile.am
Documentation/man7/lnet.7 [moved from lnet/doc/lnet.7 with 100% similarity]
Documentation/man8/Makefile.am
Documentation/man8/lnetctl.8 [moved from lnet/doc/lnetctl.8 with 100% similarity]
Documentation/man8/lst.8 [moved from lnet/doc/lst.8 with 100% similarity]
config/lustre-lnet.m4
lnet/autoMakefile.am
lnet/doc/.gitignore [deleted file]
lnet/doc/Makefile.am [deleted file]

index 6e53ab5..6fadc7c 100644 (file)
@@ -4,7 +4,8 @@
 # This file is part of Lustre, http://www.lustre.org/
 #
 
-MANFILES =
+MANFILES =                                     \
+       lnet.7
 
 if MANPAGES
 if UTILS
similarity index 100%
rename from lnet/doc/lnet.7
rename to Documentation/man7/lnet.7
index 6e53ab5..d00e721 100644 (file)
@@ -4,7 +4,9 @@
 # This file is part of Lustre, http://www.lustre.org/
 #
 
-MANFILES =
+MANFILES =                                     \
+       lnetctl.8                               \
+       lst.8
 
 if MANPAGES
 if UTILS
similarity index 100%
rename from lnet/doc/lst.8
rename to Documentation/man8/lst.8
index e1a3231..22c96f3 100644 (file)
@@ -1466,7 +1466,6 @@ AC_DEFUN([LN_CONFIG_FILES], [
 AC_CONFIG_FILES([
 lnet/Makefile
 lnet/autoMakefile
-lnet/doc/Makefile
 lnet/include/Makefile
 lnet/include/lnet/Makefile
 lnet/include/uapi/linux/lnet/Makefile
index 5626a6c..441c1e3 100644 (file)
@@ -11,6 +11,6 @@
 # This file is part of Lustre, http://www.lustre.org/
 #
 
-SUBDIRS = lnet klnds selftest doc utils include
+SUBDIRS = lnet klnds selftest utils include
 
-DIST_SUBDIRS = lnet klnds selftest doc utils include
+DIST_SUBDIRS = lnet klnds selftest utils include
diff --git a/lnet/doc/.gitignore b/lnet/doc/.gitignore
deleted file mode 100644 (file)
index ea6ef03..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/Makefile.in
-/*.eps
-/*.pdf
diff --git a/lnet/doc/Makefile.am b/lnet/doc/Makefile.am
deleted file mode 100644 (file)
index 58a6682..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-
-#
-# This file is part of Lustre, http://www.lustre.org/
-#
-
-MANFILES =                                     \
-       lnetctl.8                               \
-       lst.8                                   \
-       lnet.7
-
-if MANPAGES
-if UTILS
-man_MANS = $(MANFILES)
-endif
-endif
-
-CLEANFILES = *.aux *.tex *.log *.pdf
-
-EXTRA_DIST = $(MANFILES)
-
-all: