From 838a7618a7e804517e7570213348ba59e305d570 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 11 Apr 2012 10:46:43 -0700 Subject: [PATCH] ceph-rbdnamer: include in dist tarball and debs/rpms Signed-off-by: Sage Weil --- ceph.spec.in | 1 + debian/librbd1.install | 1 + man/Makefile.am | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index e5df113bf67a5..1271b5b03e2f3 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 353336e78399f..a99fd689ec544 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 81606ff24b791..a4f710f7d94ba 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 -- 2.39.5