[PATCH] D23832: cmake: Add ordering dep between HTML Sphinx docs and manpages

2016-10-03 Thread Michał Górny via cfe-commits
mgorny abandoned this revision. mgorny added a comment. This is no longer necessary since updated patch to https://reviews.llvm.org/D23755 handles all the projects using the functions. https://reviews.llvm.org/D23832 ___ cfe-commits mailing list cf

Re: [PATCH] D23832: cmake: Add ordering dep between HTML Sphinx docs and manpages

2016-08-24 Thread Andrew Wilkins via cfe-commits
axw accepted this revision. axw added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D23832 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D23832: cmake: Add ordering dep between HTML Sphinx docs and manpages

2016-08-24 Thread Michał Górny via cfe-commits
mgorny created this revision. mgorny added reviewers: rnk, axw. mgorny added a subscriber: cfe-commits. Add a dependency between HTML & manpage Sphinx targets to prevent two instances of Sphinx from running in parallel, and therefore solves race conditions reusing the same doctree directory. Bu