]> git.donarmstrong.com Git - lilypond.git/commitdiff
Make snippets docs depend on *.ly
authorJohn Mandereau <john.mandereau@gmail.com>
Wed, 16 Apr 2008 12:25:07 +0000 (14:25 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 16 Apr 2008 12:25:07 +0000 (14:25 +0200)
This will hopefully allow to reliably test snippets updates with
non-clean builds.

input/lsr/GNUmakefile

index 16946ea380e995a088f23360793a473d12894e03..f79adc52914c73282b477dcb18129f6640fab7ab 100644 (file)
@@ -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)