From f8a212de7b0bcc88283e986353a2d139e2c363bb Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Wed, 16 Apr 2008 14:25:07 +0200 Subject: [PATCH] Make snippets docs depend on *.ly This will hopefully allow to reliably test snippets updates with non-clean builds. --- input/lsr/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/lsr/GNUmakefile b/input/lsr/GNUmakefile index 16946ea380..f79adc5291 100644 --- a/input/lsr/GNUmakefile +++ b/input/lsr/GNUmakefile @@ -24,7 +24,7 @@ GENERATED_ITELY_FILES = $(IN_ITELY_FILES:%-intro.itely=$(outdir)/%.itely) $(outdir)/%.itely: %-intro.itely %.snippet-list xargs $(PYTHON) $(buildscript-dir)/lys-to-tely.py -f printfilename,texidoc,verbatim --name=$@ --template=$< < $(filter %.snippet-list, $^) -$(outdir)/lilypond-snippets.texi: $(GENERATED_ITELY_FILES) +$(outdir)/lilypond-snippets.texi: $(GENERATED_ITELY_FILES) $(LY_FILES) info: $(INFO_FILES) -- 2.39.5