From bc82ac3696762155070ecf2f403e67d5f7055d87 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 2 Jan 2008 00:57:27 -0200 Subject: [PATCH] Thinko: strip space in src-wildcard argument. Fixes dist check failure. --- input/lsr/GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 $< -- 2.39.5