Updates:
Labels: -Patch-needs_work Patch-new
Comment #7 on issue 2415 by [email protected]: make doc clean does not
delete logfiles
http://code.google.com/p/lilypond/issues/detail?id=2415#c7
Fixes issue 2415 by deleting all the logfiles created during make, make doc
or make test. The deletion is non-selective - running make clean, make doc
clean or make test clean will delete all the logfiles created in the build
tree. However, that's lots simpler than trying to do be more selective and
shouldn't cause a problem in the real world - the logfiles are really only
of any use after a failed build.
http://codereview.appspot.com/6300079