ceph/man/Makefile-client.am
Josh Durgin b35061a7e6 man: stub manpage for rbd-mirror
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2016-02-04 00:10:16 -08:00

42 lines
524 B
Plaintext

dist_man_MANS += \
ceph-syn.8 \
ceph-conf.8 \
ceph.8 \
ceph-authtool.8 \
rados.8 \
rbd.8 \
ceph-post-file.8 \
ceph-dencoder.8
if WITH_RADOS
dist_man_MANS += \
librados-config.8
endif
if WITH_RBD
dist_man_MANS += \
ceph-rbdnamer.8 \
rbd-mirror.8 \
rbd-nbd.8 \
rbd-replay.8 \
rbd-replay-many.8 \
rbd-replay-prep.8
endif
if WITH_CEPHFS
dist_man_MANS += \
cephfs.8
endif
if WITH_FUSE
dist_man_MANS += \
rbd-fuse.8 \
ceph-fuse.8
endif
if WITH_RADOSGW
dist_man_MANS += \
radosgw.8 \
radosgw-admin.8
endif