diff options
author | Loic Dachary <ldachary@redhat.com> | 2015-05-02 17:17:24 +0200 |
---|---|---|
committer | Loic Dachary <ldachary@redhat.com> | 2015-05-06 01:54:36 +0200 |
commit | 35a16ffc1e01c4c8900791bb249b9f79730e0e8e (patch) | |
tree | b3dd117c4a9e1e827a2d92a03b41c31e84a3768f /man | |
parent | ceph-disk: implement activate --no-start-daemon (diff) | |
download | ceph-35a16ffc1e01c4c8900791bb249b9f79730e0e8e.tar.xz ceph-35a16ffc1e01c4c8900791bb249b9f79730e0e8e.zip |
ceph-detect-init: integration with automake / make check
* 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>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile-server.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile-server.am b/man/Makefile-server.am index 794275b5431..fe05b2ed0e3 100644 --- a/man/Makefile-server.am +++ b/man/Makefile-server.am @@ -15,6 +15,7 @@ endif if WITH_OSD dist_man_MANS += \ ceph-clsinfo.8 \ + ceph-detect-init.8 \ ceph-disk.8 \ ceph-osd.8 \ osdmaptool.8 |