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>
# This file is part of Lustre, http://www.lustre.org/
#
-MANFILES =
+MANFILES = \
+ lnet.7
if MANPAGES
if UTILS
# This file is part of Lustre, http://www.lustre.org/
#
-MANFILES =
+MANFILES = \
+ lnetctl.8 \
+ lst.8
if MANPAGES
if UTILS
AC_CONFIG_FILES([
lnet/Makefile
lnet/autoMakefile
-lnet/doc/Makefile
lnet/include/Makefile
lnet/include/lnet/Makefile
lnet/include/uapi/linux/lnet/Makefile
# 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
+++ /dev/null
-/Makefile.in
-/*.eps
-/*.pdf
+++ /dev/null
-# 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: