blob: 14200f5a8ce227e67a94ede58df3176dbdeaf605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
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-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
|