Updates:
Status: Started
Owner: [email protected]
Comment #1 on issue 2415 by [email protected]: make doc clean does not
delete logfiles
http://code.google.com/p/lilypond/issues/detail?id=2415
I've started looking at this. make creates a number of logfiles in /mf/out
and so make clean probably needs updating to fix that. make doc creates
logfiles in /Documentation/*, /input/regression/*, out/lybook-db and
out/lybook-testdb/*. One way of deleting them all would be to use find to
find *.log in each of those directories, and pipe the results to rm. Is
there a more efficient way than this to delete a load of *.log files in a
number of sub-directories?