summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2012-04-11 10:46:43 -0700
committerSage Weil <sage@newdream.net>2012-04-11 11:42:55 -0700
commit838a7618a7e804517e7570213348ba59e305d570 (patch)
tree9cde86b07edb131968413098c3bbc389a52fc508
parent292898a8f79a916ba3e44171bcfe0993c4e32339 (diff)
downloadceph-838a7618a7e804517e7570213348ba59e305d570.tar.gz
ceph-rbdnamer: include in dist tarball and debs/rpms
Signed-off-by: Sage Weil <sage@newdream.net>
-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