]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
man: enable warning msgs for "all" target 4291/head
authorKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2015 10:29:35 +0000 (18:29 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2015 15:26:50 +0000 (23:26 +0800)
commit1926bb9490de0559fcbfd25e4b101c288ec65569
tree163d1ff877c9f0480a7c8f03d0cd99e63907b805
parent251ae614ba463c9b8bc2a488c7510f3449f3fcf5
man: enable warning msgs for "all" target

* and remove `local-check` target. because we have killed all warnings,
  and `make check` depends on `am-all` actually. so previously, `make check`
  basically does nothing at all for validating the man pages' syntax.
  `make all` has rendered them already.
* do not run sphinx-build if $(top_srcdir)/doc/man does not exist. this
  is exactly the case of `make install` from a dist tarball.
* remove generated man pages in `make maintainer-clean` not in `make
  clean`, because we don't ship .rst files in the dist tarball.

Signed-off-by: Kefu Chai <kchai@redhat.com>
man/Makefile.am