From 5191008aa4d3e7968139db848518d64084e5bf4d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 4 May 2021 10:59:03 +0800 Subject: [PATCH] doc/man: build and install cephfs-shell manpage otherwise the manpage of cephfs-shell is not built and installed. Signed-off-by: Kefu Chai --- ceph.spec.in | 1 + debian/cephfs-shell.install | 1 + doc/cephfs/index.rst | 2 +- doc/man/8/CMakeLists.txt | 1 + doc/{cephfs => man/8}/cephfs-shell.rst | 0 doc/man_index.rst | 1 + 6 files changed, 5 insertions(+), 1 deletion(-) rename doc/{cephfs => man/8}/cephfs-shell.rst (100%) diff --git a/ceph.spec.in b/ceph.spec.in index 82295884696a..39c3bade79f0 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -2317,6 +2317,7 @@ fi %files -n cephfs-shell %{python3_sitelib}/cephfs_shell-*.egg-info %{_bindir}/cephfs-shell +%{_mandir}/man8/cephfs-shell.8* %endif %files -n cephfs-top diff --git a/debian/cephfs-shell.install b/debian/cephfs-shell.install index 4713a81b1157..ee9e1399ff80 100644 --- a/debian/cephfs-shell.install +++ b/debian/cephfs-shell.install @@ -1,2 +1,3 @@ usr/bin/cephfs-shell usr/lib/python3*/dist-packages/cephfs_shell-*.egg-info +usr/share/man/man8/cephfs-shell.8 diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst index 02ae3e9b2934..b3de0f268aa1 100644 --- a/doc/cephfs/index.rst +++ b/doc/cephfs/index.rst @@ -115,7 +115,7 @@ Mounting CephFS Mount CephFS using Kernel Driver Mount CephFS using FUSE Mount CephFS on Windows - Use the CephFS Shell + Use the CephFS Shell <../../man/8/cephfs-shell> Supported Features of Kernel Driver Manual: ceph-fuse <../../man/8/ceph-fuse> Manual: mount.ceph <../../man/8/mount.ceph> diff --git a/doc/man/8/CMakeLists.txt b/doc/man/8/CMakeLists.txt index 8e1b9373fc83..e020f347801d 100644 --- a/doc/man/8/CMakeLists.txt +++ b/doc/man/8/CMakeLists.txt @@ -38,6 +38,7 @@ list(APPEND man_srcs ${osd_srcs} ${mon_srcs} ceph-mds.rst + cephfs-shell.rst cephfs-top.rst librados-config.rst cephadm.rst diff --git a/doc/cephfs/cephfs-shell.rst b/doc/man/8/cephfs-shell.rst similarity index 100% rename from doc/cephfs/cephfs-shell.rst rename to doc/man/8/cephfs-shell.rst diff --git a/doc/man_index.rst b/doc/man_index.rst index 30ab1c3eba7a..d89cac2d3105 100644 --- a/doc/man_index.rst +++ b/doc/man_index.rst @@ -25,6 +25,7 @@ man/8/cephadm man/8/cephfs-top man/8/cephfs-mirror + man/8/cephfs-shell man/8/crushtool man/8/librados-config man/8/monmaptool -- 2.47.3