summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ceph.spec.in1
-rw-r--r--debian/librbd1.install1
-rw-r--r--man/Makefile.am3
3 files changed, 4 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index e5df113bf67..1271b5b03e2 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -341,6 +341,7 @@ fi
%{_mandir}/man8/mount.ceph.8*
%{_mandir}/man8/rados.8*
%{_mandir}/man8/rbd.8*
+%{_mandir}/man8/ceph-rbdnamer.8*
%{_mandir}/man8/ceph-authtool.8*
%{_mandir}/man8/ceph-debugpack.8*
%{_mandir}/man8/ceph-clsinfo.8.gz
diff --git a/debian/librbd1.install b/debian/librbd1.install
index 353336e7839..a99fd689ec5 100644
--- a/debian/librbd1.install
+++ b/debian/librbd1.install
@@ -1,3 +1,4 @@
usr/lib/librbd.so.*
usr/bin/ceph-rbdnamer
+usr/share/man/man8/ceph-rbdnamer.8
lib/udev/rules.d/50-rbd.rules
diff --git a/man/Makefile.am b/man/Makefile.am
index 81606ff24b7..a4f710f7d94 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -23,4 +23,5 @@ dist_man_MANS = \
ceph-clsinfo.8 \
ceph-debugpack.8 \
cephfs.8 \
- ceph-dencoder.8
+ ceph-dencoder.8 \
+ ceph-rbdnamer.8