diff options
author | Kefu Chai <kchai@redhat.com> | 2015-03-23 07:08:16 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2015-03-24 05:36:41 +0100 |
commit | 301fe6cbf2c8b04d0650fe60de65c3cdc7a8ac95 (patch) | |
tree | 13b503dd449210a6856a63411d15aea6d6529918 /ceph.spec.in | |
parent | Merge pull request #4099 from rajukv/xio-bugfix (diff) | |
download | ceph-301fe6cbf2c8b04d0650fe60de65c3cdc7a8ac95.tar.xz ceph-301fe6cbf2c8b04d0650fe60de65c3cdc7a8ac95.zip |
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>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 61e350ad41c..7a390c69e8d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -60,6 +60,7 @@ BuildRequires: python BuildRequires: python-argparse BuildRequires: python-nose BuildRequires: python-requests +BuildRequires: python-sphinx BuildRequires: python-virtualenv BuildRequires: util-linux BuildRequires: xfsprogs |