From ad85bdf8de408dca079ae73d35bc29db55db94ae Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 16 Dec 2020 16:12:52 -0700 Subject: [PATCH] rpm/deb/cmake: install mount.fuse.ceph man page Install the mount.fuse.ceph man page and ship it in the ceph-fuse packaging along with the corresponding mount.fuse.ceph binary. Signed-off-by: Ken Dreyer --- ceph.spec.in | 1 + debian/ceph-fuse.install | 1 + doc/man/8/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 16ae53fcb58a..89941c473772 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1788,6 +1788,7 @@ fi %{_bindir}/ceph-fuse %{_mandir}/man8/ceph-fuse.8* %{_sbindir}/mount.fuse.ceph +%{_mandir}/man8/mount.fuse.ceph.8* %{_unitdir}/ceph-fuse@.service %{_unitdir}/ceph-fuse.target diff --git a/debian/ceph-fuse.install b/debian/ceph-fuse.install index e132b7957c12..565ef25dda4c 100644 --- a/debian/ceph-fuse.install +++ b/debian/ceph-fuse.install @@ -2,3 +2,4 @@ lib/systemd/system/ceph-fuse* usr/bin/ceph-fuse usr/sbin/mount.fuse.ceph sbin usr/share/man/man8/ceph-fuse.8 +usr/share/man/man8/mount.fuse.ceph.8 diff --git a/doc/man/8/CMakeLists.txt b/doc/man/8/CMakeLists.txt index 96feaeb6fd67..fc28d84e7f24 100644 --- a/doc/man/8/CMakeLists.txt +++ b/doc/man/8/CMakeLists.txt @@ -13,6 +13,7 @@ set(server_srcs crushtool.rst ceph-run.rst mount.ceph.rst + mount.fuse.ceph.rst ceph-create-keys.rst) if(WITH_TESTS) list(APPEND server_srcs -- 2.47.3