blob: 3b3bc4303cfc9e631ad8440dd1b763c9e3a8bed2 (
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
|
AUTOMAKE_OPTIONS = gnu
dist_man_MANS = \
ceph-osd.8 \
ceph-mds.8 \
ceph-mon.8 \
mkcephfs.8 \
ceph-fuse.8 \
ceph-syn.8 \
crushtool.8 \
osdmaptool.8 \
monmaptool.8 \
ceph-conf.8 \
ceph-run.8 \
ceph.8 \
mount.ceph.8 \
radosgw.8 \
radosgw-admin.8 \
ceph-authtool.8 \
rados.8 \
librados-config.8 \
rbd.8 \
ceph-clsinfo.8 \
ceph-debugpack.8 \
cephfs.8 \
ceph-dencoder.8 \
ceph-rbdnamer.8 \
rbd-fuse.8
|