X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2FGNUmakefile;h=cfc96feec521d4569a0fd4331001b624a4b840a5;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=7fccf9189cc74551f5cdc3c140b4d45f109bc4a7;hpb=1ad20b874416cb36dfcfc4fe664c78ac589e2486;p=lilypond.git diff --git a/Documentation/snippets/GNUmakefile b/Documentation/snippets/GNUmakefile index 7fccf9189c..cfc96feec5 100644 --- a/Documentation/snippets/GNUmakefile +++ b/Documentation/snippets/GNUmakefile @@ -1,8 +1,14 @@ depth = ../.. +.PHONY: snippets + SUBDIRS = new EXTRA_DIST_FILES = $(call src-wildcard,*.snippet-list) \ $(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: