]> git.donarmstrong.com Git - lilypond.git/commitdiff
web-install: Also/always add relative link for lilypond-snippets Info images.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 15 Jan 2009 16:02:34 +0000 (17:02 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 15 Jan 2009 16:02:34 +0000 (17:02 +0100)
GNUmakefile.in

index a393bffb5c731a8c4a6b9845a58ff7e1748e51ed..83c4955f90ef3d871db379ecee52dfa7facf3462 100644 (file)
@@ -78,6 +78,7 @@ install-info-WWW:
        $(MAKE) -C Documentation/user install-info
        $(MAKE) -C input/lsr install-info
        (cd $(DESTDIR)$(infodir) && rm -f lilypond && ln -sf $(shell $(PYTHON) $(buildscript-dir)/relative $(DESTDIR)$(webdir)/Documentation/user) lilypond)
+       (cd $(DESTDIR)$(infodir) && rm -f lilypond-snippets && ln -sf $(shell $(PYTHON) $(buildscript-dir)/relative $(DESTDIR)$(webdir)/input/lsr) lilypond-snippets)
 
 web-install:
        $(MAKE) out=www install-WWW