]> git.donarmstrong.com Git - lilypond.git/commitdiff
Thinko: strip space in src-wildcard argument.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Jan 2008 02:57:27 +0000 (00:57 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Jan 2008 02:57:27 +0000 (00:57 -0200)
Fixes dist check failure.

input/lsr/GNUmakefile

index 6ade80e6e577fb8f15ebbb5e4f854ee8111f2e84..79f9af40f32dc809febad088ce14cacee5b34eae 100644 (file)
@@ -4,7 +4,7 @@ depth = ../..
 
 STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
-EXTRA_DIST_FILES=README $(call src-wildcard, *.snippet-list)
+EXTRA_DIST_FILES += README $(call src-wildcard,*.snippet-list)
 
 include $(depth)/make/stepmake.make
 
@@ -20,7 +20,6 @@ $(outdir)/snippets.texi: snippets.tely $(GENERATED_ITELY_FILES)
 $(outdir)/snippets-big-page.html: $(outdir)/snippets.texi $(OUT_PNG_IMAGES)
        $(MAKEINFO) -I$(outdir) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html --no-split --no-headers $<
 
-
 $(outdir)/snippets/index.html: $(outdir)/snippets.texi $(OUT_PNG_IMAGES) $(OUT_EPS_IMAGES)
        mkdir -p $(dir $@)
        $(MAKEINFO) -I$(outdir) --output=$(dir $@) --css-include=$(top-src-dir)/Documentation/texinfo.css --html $<