diff options
author | Gary Lowell <glowell@inktank.com> | 2013-01-31 21:04:49 -0800 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-01-31 21:04:49 -0800 |
commit | de01bddb3af19007ea7651c54eed2c5616754e88 (patch) | |
tree | 7a28506fc6d9a61bc2211a043390520bc251dc40 /man | |
parent | 16cf9dc67e703f2dcee6db7d56d12bde803df6c9 (diff) | |
download | ceph-de01bddb3af19007ea7651c54eed2c5616754e88.tar.gz |
Makefile: Install new rdb-fuse.8 man page
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index a4f710f7d94..3b3bc4303cf 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 \ + rbd-fuse.8 |