From: Jan Nieuwenhuizen Date: Thu, 15 Jan 2009 16:02:34 +0000 (+0100) Subject: web-install: Also/always add relative link for lilypond-snippets Info images. X-Git-Tag: release/2.12.2-1~4^2~27^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=99906ff1be926b335a8020da36e20cbea754bb6a;p=lilypond.git web-install: Also/always add relative link for lilypond-snippets Info images. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index a393bffb5c..83c4955f90 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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