Now, `ninja docs-libc-html` will re-run docgen. Previously, we would run docgen offline, and commit the result. Now we no longer need to do that; docgen is invoked from the dependencies of the `docs-libc-html` target on demand. This commit removes the dynamically generated .rst files (keeping the static ones that haven't been converted to docgen), and fixes up some mistakes I failed to cleanup recently since I didn't have such automation in place to catch such bugs.
libc Documentation ================== The libc documentation is written using the Sphinx documentation generator. It is currently tested with Sphinx 1.1.3. To build the documents into html configure libc with the following cmake options: * -DLLVM_ENABLE_SPHINX=ON * -DLIBC_INCLUDE_DOCS=ON After configuring libc with these options the make rule `docs-libc-html` should be available.