#54 invalid invocation of `cp` when build docs on Mac OS X
open
nobody
None
5
2012-01-24
2012-01-24
No
The BSD cp command (or at least, the one included with Mac OS X) does not support the '-d' option; the documentation Makefile tries to do this anyway and so the build fails.
Using just `cp -R` rather than `cd -dR` works fine.