From: John Mandereau Date: Wed, 16 Apr 2008 12:25:07 +0000 (+0200) Subject: Make snippets docs depend on *.ly X-Git-Tag: release/2.11.45-1~58^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f8a212de7b0bcc88283e986353a2d139e2c363bb;p=lilypond.git Make snippets docs depend on *.ly This will hopefully allow to reliably test snippets updates with non-clean builds. --- 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)