mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
35a16ffc1e
* Add the files to the distribution tarbal via EXTRA_DIST * Build the module via the all-local target * Add run-tox.sh to the tests run via make check * Add manual page Signed-off-by: Loic Dachary <ldachary@redhat.com>
28 lines
355 B
Plaintext
28 lines
355 B
Plaintext
dist_man_MANS += \
|
|
ceph-deploy.8 \
|
|
crushtool.8 \
|
|
ceph-run.8 \
|
|
mount.ceph.8 \
|
|
ceph-rest-api.8 \
|
|
ceph-debugpack.8
|
|
|
|
if WITH_MON
|
|
dist_man_MANS += \
|
|
ceph-mon.8 \
|
|
monmaptool.8
|
|
endif
|
|
|
|
if WITH_OSD
|
|
dist_man_MANS += \
|
|
ceph-clsinfo.8 \
|
|
ceph-detect-init.8 \
|
|
ceph-disk.8 \
|
|
ceph-osd.8 \
|
|
osdmaptool.8
|
|
endif
|
|
|
|
if WITH_MDS
|
|
dist_man_MANS += \
|
|
ceph-mds.8
|
|
endif
|