On Wed, Dec 3, 2014 at 12:14 PM, Matt Arsenault <[email protected]> wrote: > > The documentation only mentions something for the autotools build, so > maybe it doesn’t work with cmake? There seems to be some kind of sphinx > target in cmake though, so I would expect it to work
It doesn't. Sphinx currently only looks in the docs source directory. The build system can't modify source files, so regenerating AttributesReference.rst in place is not possible. We'd have to teach Sphinx to go look in the build directory for this one .rst file. Patches welcome! ;)
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
