X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flysdoc-rules.make;h=11248f503083bec6336ad8a1a6b2b69416a0c598;hb=HEAD;hp=001148aec2bd8ef09f83f8dd507e27fb976b66bb;hpb=ea4fdf1afa3e6bb9a7c586f5a533be93ff3312d3;p=lilypond.git diff --git a/make/lysdoc-rules.make b/make/lysdoc-rules.make index 001148aec2..11248f5030 100644 --- a/make/lysdoc-rules.make +++ b/make/lysdoc-rules.make @@ -3,7 +3,6 @@ # Split it up into 10 300-element chunks, and one chunk containing the rest # if we have more than 3000 elements. $(outdir)/collated-files.list: $(COLLATED_FILES) - echo "(Re-)Generating $@" @echo $(wordlist 1, 299,$^)>$@ @echo $(wordlist 300, 599,$^)>>$@ @echo $(wordlist 600, 899,$^)>>$@