]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
Fix the links to music samples in web-big-page (issue 1663).
[lilypond.git] / Documentation / GNUmakefile
index 9df5573532c44c28e678cf4e7f7b6b9086940b94..00b4eeb4e415111d8e4dc790be673973042c0baf 100644 (file)
@@ -12,7 +12,7 @@ LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py)
 MANUALS_SUBDIRS = usage contributor essay \
   web learning notation extending
 SUBDIRS = $(MANUALS_SUBDIRS) snippets logo pictures misc po css topdocs \
-  included $(LANGS)
+  included ly-examples $(LANGS)
 STEPMAKE_TEMPLATES = documentation texinfo tex omf
 LOCALSTEPMAKE_TEMPLATES = lilypond ly
 
@@ -232,8 +232,8 @@ $(outdir)/css:
        ln -sf ../css/$(outdir) $@
 
 $(outdir)/ly-examples:
-       $(MAKE) -C web/ly-examples
-       ln -sf ../web/ly-examples/$(outdir) $@
+       $(MAKE) -C ly-examples
+       ln -sf ../ly-examples/$(outdir) $@
 endif