]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
Tweak the accuracy for Hairpin pure-height.
[lilypond.git] / GNUmakefile.in
index 0e363b1c965d4baeb1f2c30603c1edb741199203..426ae7f60c196643eebfeb28f796398e68df3bc0 100644 (file)
@@ -64,6 +64,12 @@ dist-toplevel-txt-files: do-top-doc
 doc: 
        $(MAKE) -C Documentation
 
+info:
+       $(foreach d, $(INFO_DIRECTORIES),$(MAKE) -C $(d) out=www info && ) true
+
+info-install: info
+       $(MAKE) out=www COPY_INFO_IMAGES=1 install-info-WWW
+
 install-help2man:
        $(MAKE) -C scripts man install-help2man
        $(MAKE) -C lily man install-help2man
@@ -75,10 +81,7 @@ install-WWW:
        rsync -rl --exclude='*.signature' $(outdir)/offline-root/ $(DESTDIR)$(webdir)
 
 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)
+       $(foreach d, $(INFO_DIRECTORIES),$(MAKE) -C $(d) install-info && ) true
 
 web-install:
        $(MAKE) out=www install-WWW