From: Han-Wen Nienhuys Date: Wed, 2 Jan 2008 02:57:27 +0000 (-0200) Subject: Thinko: strip space in src-wildcard argument. X-Git-Tag: release/2.11.37-1~2 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=bc82ac3696762155070ecf2f403e67d5f7055d87;p=lilypond.git Thinko: strip space in src-wildcard argument. Fixes dist check failure. --- diff --git a/input/lsr/GNUmakefile b/input/lsr/GNUmakefile index 6ade80e6e5..79f9af40f3 100644 --- a/input/lsr/GNUmakefile +++ b/input/lsr/GNUmakefile @@ -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 $<