From 869b54410e98eb8bb39b14767e5c4f59ab78845d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 10 Mar 2009 16:21:15 -0700 Subject: [PATCH] debian: add man pages so far --- debian/ceph.install | 4 ++++ man/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/ceph.install b/debian/ceph.install index cc423209085..ac7a72ea02b 100644 --- a/debian/ceph.install +++ b/debian/ceph.install @@ -15,3 +15,7 @@ usr/sbin/mkcephfs usr/lib/ceph/ceph_common.sh etc/ceph/sample.ceph.conf etc/ceph/sample.cluster.conf +usr/share/man/man8/cmon.8 +usr/share/man/man8/cmds.8 +usr/share/man/man8/cosd.8 +usr/share/man/man8/mkcephfs.8 \ No newline at end of file diff --git a/man/Makefile.am b/man/Makefile.am index 7c9f48f718e..0eb2d0c30e6 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,4 +1,4 @@ AUTOMAKE_OPTIONS = gnu -man_MANS = cosd.8 cmds.8 cosd.8 mkcephfs.8 -dist_man_MANS = cosd.8 cmds.8 cosd.8 mkcephfs.8 \ No newline at end of file +man_MANS = cosd.8 cmds.8 cmon.8 mkcephfs.8 +dist_man_MANS = cosd.8 cmds.8 cmon.8 mkcephfs.8 \ No newline at end of file