]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/lysdoc-rules.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / lysdoc-rules.make
index 001148aec2bd8ef09f83f8dd507e27fb976b66bb..11248f503083bec6336ad8a1a6b2b69416a0c598 100644 (file)
@@ -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,$^)>>$@