diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2009-01-15 17:02:34 +0100 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2009-01-15 17:02:34 +0100 |
commit | 99906ff1be926b335a8020da36e20cbea754bb6a (patch) | |
tree | 7ea655c831a0f21e513894a41a63d5ca8056b71b /GNUmakefile.in | |
parent | ef45a86cd1a79820e5255383ed0ea69f5a784e39 (diff) |
web-install: Also/always add relative link for lilypond-snippets Info images.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |