> On Dec 3, 2014, at 3:30 PM, Reid Kleckner <[email protected]> wrote:
> 
> On Wed, Dec 3, 2014 at 12:14 PM, Matt Arsenault <[email protected] 
> <mailto:[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! ;)

Why does the source need a copy of the generated file? I would expect the .rst 
to be generated in the build directory as a temporary file first
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to