From 99906ff1be926b335a8020da36e20cbea754bb6a Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 15 Jan 2009 17:02:34 +0100 Subject: [PATCH] web-install: Also/always add relative link for lilypond-snippets Info images. --- GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5