]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc: generate man pages in man/Makefile
authorKefu Chai <kchai@redhat.com>
Mon, 23 Mar 2015 06:08:16 +0000 (14:08 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 24 Mar 2015 04:36:41 +0000 (12:36 +0800)
commit301fe6cbf2c8b04d0650fe60de65c3cdc7a8ac95
tree13b503dd449210a6856a63411d15aea6d6529918
parent8dd9f6a4ede4ffb75a34d110a1f2a8743851b2e0
doc: generate man pages in man/Makefile

* move rst files from doc/man/8 into man/8
* extract man_pages setting for sphinx from doc/conf.py to man/conf.py
* generate all man pages in `make install`
* add python-sphinx to Build-Depends
* check for sphinx-build in `configure`
* run changed rst files through sphinx-build in `make check`

Signed-off-by: Kefu Chai <kchai@redhat.com>
68 files changed:
ceph.spec.in
configure.ac
debian/control
doc/conf.py
doc/man/8/ceph-authtool.rst [deleted file]
doc/man/8/ceph-clsinfo.rst [deleted file]
doc/man/8/ceph-conf.rst [deleted file]
doc/man/8/ceph-debugpack.rst [deleted file]
doc/man/8/ceph-dencoder.rst [deleted file]
doc/man/8/ceph-deploy.rst [deleted file]
doc/man/8/ceph-disk.rst [deleted file]
doc/man/8/ceph-fuse.rst [deleted file]
doc/man/8/ceph-mds.rst [deleted file]
doc/man/8/ceph-mon.rst [deleted file]
doc/man/8/ceph-osd.rst [deleted file]
doc/man/8/ceph-post-file.rst [deleted file]
doc/man/8/ceph-rbdnamer.rst [deleted file]
doc/man/8/ceph-rest-api.rst [deleted file]
doc/man/8/ceph-run.rst [deleted file]
doc/man/8/ceph-syn.rst [deleted file]
doc/man/8/ceph.rst [deleted file]
doc/man/8/cephfs.rst [deleted file]
doc/man/8/crushtool.rst [deleted file]
doc/man/8/librados-config.rst [deleted file]
doc/man/8/monmaptool.rst [deleted file]
doc/man/8/mount.ceph.rst [deleted file]
doc/man/8/osdmaptool.rst [deleted file]
doc/man/8/rados.rst [deleted file]
doc/man/8/radosgw-admin.rst [deleted file]
doc/man/8/radosgw.rst [deleted file]
doc/man/8/rbd-fuse.rst [deleted file]
doc/man/8/rbd-replay-many.rst [deleted file]
doc/man/8/rbd-replay-prep.rst [deleted file]
doc/man/8/rbd-replay.rst [deleted file]
doc/man/8/rbd.rst [deleted file]
man/8/ceph-authtool.rst [new file with mode: 0644]
man/8/ceph-clsinfo.rst [new file with mode: 0644]
man/8/ceph-conf.rst [new file with mode: 0644]
man/8/ceph-debugpack.rst [new file with mode: 0644]
man/8/ceph-dencoder.rst [new file with mode: 0644]
man/8/ceph-deploy.rst [new file with mode: 0644]
man/8/ceph-disk.rst [new file with mode: 0644]
man/8/ceph-fuse.rst [new file with mode: 0644]
man/8/ceph-mds.rst [new file with mode: 0644]
man/8/ceph-mon.rst [new file with mode: 0644]
man/8/ceph-osd.rst [new file with mode: 0644]
man/8/ceph-post-file.rst [new file with mode: 0644]
man/8/ceph-rbdnamer.rst [new file with mode: 0644]
man/8/ceph-rest-api.rst [new file with mode: 0644]
man/8/ceph-run.rst [new file with mode: 0644]
man/8/ceph-syn.rst [new file with mode: 0644]
man/8/ceph.rst [new file with mode: 0644]
man/8/cephfs.rst [new file with mode: 0644]
man/8/crushtool.rst [new file with mode: 0644]
man/8/librados-config.rst [new file with mode: 0644]
man/8/monmaptool.rst [new file with mode: 0644]
man/8/mount.ceph.rst [new file with mode: 0644]
man/8/osdmaptool.rst [new file with mode: 0644]
man/8/rados.rst [new file with mode: 0644]
man/8/radosgw-admin.rst [new file with mode: 0644]
man/8/radosgw.rst [new file with mode: 0644]
man/8/rbd-fuse.rst [new file with mode: 0644]
man/8/rbd-replay-many.rst [new file with mode: 0644]
man/8/rbd-replay-prep.rst [new file with mode: 0644]
man/8/rbd-replay.rst [new file with mode: 0644]
man/8/rbd.rst [new file with mode: 0644]
man/Makefile.am
man/conf.py [new file with mode: 0644]