X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FGNUmakefile;h=5916e83bf3dc50b051a8e11f0230134459f5a10f;hb=3e582e04da236af19655c537663358c05db4ba2d;hp=88700e15315add0ff9ba11203562a444deefc821;hpb=712e575fb12d02d58e04553a3474afb9f6d2391b;p=lilypond.git diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 88700e1531..5916e83bf3 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -32,7 +32,7 @@ README_TOP_FILES= DEDICATION THANKS IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely) SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly) -EXTRA_DIST_FILES = $(call src-wildcard,*.init) search-box.html +EXTRA_DIST_FILES = $(call src-wildcard,*.init) search-box.ihtml ### Out files @@ -168,11 +168,11 @@ $(outdir)/pictures: $(MAKE) -C pictures WWW-1 ln -sf ../pictures/$(outdir) $@ -$(outdir)/web.texi: $(outdir)/examples +$(outdir)/web.texi: $(outdir)/ly-examples -$(outdir)/examples: - $(MAKE) -C web/examples - ln -sf ../web/examples/$(outdir) $@ +$(outdir)/ly-examples: + $(MAKE) -C web/ly-examples + ln -sf ../web/ly-examples/$(outdir) $@ endif # Ugh, using '%' twice not possible