On Fri, Jul 31, 2009 at 02:05:48PM -0700, Marek Szuba wrote: -> To begin with, I've added '-mkdir -p $(BUILD_DIR)' to doc/Makefile to -> make sure the output directory for ReST-to-HTML conversion exist before -> calling Sphinx - at least some versions of sphinx-build appear to -> expect that directory to exist and fail if it doesn't. Of course mkdir -> will return an error if the directory in question is already there; -> instead of introducing a test for that, I have opted for ignoring the -> return value of that command (if the error is about something else than -> the directory already being there, sphinx-build will catch it). See my -> 'doc_make' branch: -> -> http://github.com/mkszuba/pygr/commit/28f1a35739ba8a3d463a2f489fb10d5d09f1419b
While this is not a problem I've ever run into, +1 on the change if it fixes your problems ;) cheers, --titus -- C. Titus Brown, [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
