On 2012/04/27 08:49:09, Graham Percival wrote: http://codereview.appspot.com/6092045/diff/1/Documentation/contributor/website-work.itexi
File Documentation/contributor/website-work.itexi (right):
http://codereview.appspot.com/6092045/diff/1/Documentation/contributor/website-work.itexi#newcode81
Documentation/contributor/website-work.itexi:81: Note that the website
will fail
to build if you do not build it Everybody *should* be building it in a separate directory, but I still
consider
it a bug that it doesn't work in the same directory. Is it just
missing a mkdir
-p or something like that?
I think the problem is that it tries to do a blanket copy of everything from the misc directory into the target directory, but if the build is not in a separate build directory, then there will be "out/" in misc, which is a directory. If there were a sort of "lazy" copy command (i.e. a copy that just failed silently on directories instead of crashing) then it could be used instead. http://codereview.appspot.com/6092045/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel