X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2FGNUmakefile;h=cfc96feec521d4569a0fd4331001b624a4b840a5;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=2a6f9ed8cc5772a0b2ac908547de31f91adafbc1;hpb=794dcbdb52faf4292036cd1b0270a956cf4316a3;p=lilypond.git diff --git a/Documentation/snippets/GNUmakefile b/Documentation/snippets/GNUmakefile index 2a6f9ed8cc..cfc96feec5 100644 --- a/Documentation/snippets/GNUmakefile +++ b/Documentation/snippets/GNUmakefile @@ -1,7 +1,14 @@ depth = ../.. +.PHONY: snippets + SUBDIRS = new EXTRA_DIST_FILES = $(call src-wildcard,*.snippet-list) \ - $(call src-wildcard,*.ly) $(call src-wildcard,*.itely) + $(call src-wildcard,*.ly) $(call src-wildcard,*.itely) \ + README +SNIPPET_LY_FILES = $(call src-wildcard,*.ly) +OUT_SNIPPET_LY_FILES = $(SNIPPET_LY_FILES:%.ly=out/%.ly) include $(depth)/make/stepmake.make + +default: