summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2012-04-11 10:50:17 -0700
committerSage Weil <sage@newdream.net>2012-04-11 11:42:55 -0700
commitaf50273545c7aab7e5c2e69ce87752c0f1fb38b3 (patch)
tree4fd30dcb57c43a8e40eb706532be20f1700a3ed6
parent838a7618a7e804517e7570213348ba59e305d570 (diff)
downloadceph-af50273545c7aab7e5c2e69ce87752c0f1fb38b3.tar.gz
obsync: include man page in tarball, packages
Signed-off-by: Sage Weil <sage@newdream.net>
-rw-r--r--ceph.spec.in1
-rw-r--r--debian/obsync.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 1271b5b03e2..fc404872bc2 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/obsync.8*
%{_mandir}/man8/ceph-rbdnamer.8*
%{_mandir}/man8/ceph-authtool.8*
%{_mandir}/man8/ceph-debugpack.8*
diff --git a/debian/obsync.install b/debian/obsync.install
index 35af0d2960e..5ac05ab12e9 100644
--- a/debian/obsync.install
+++ b/debian/obsync.install
@@ -1 +1,2 @@
usr/bin/obsync
+usr/share/man/man8/obsync.8
diff --git a/man/Makefile.am b/man/Makefile.am
index a4f710f7d94..9959eb8a2b4 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -24,4 +24,5 @@ dist_man_MANS = \
ceph-debugpack.8 \
cephfs.8 \
ceph-dencoder.8 \
- ceph-rbdnamer.8
+ ceph-rbdnamer.8 \
+ obsync.8