X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=426ae7f60c196643eebfeb28f796398e68df3bc0;hb=33c0ec977d6b812f7f2109763632a7874a9853a4;hp=012a9e82f7f7d7cfc852730d43bec47d135fe2c3;hpb=c39943f60cffe2084c2f571fa838f0e34f89419b;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 012a9e82f7..426ae7f60c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 $$($(PYTHON) $(buildscript-dir)/relative $(DESTDIR)$(webdir)/Documentation/user) lilypond) - (cd $(DESTDIR)$(infodir) && rm -f lilypond-snippets && ln -sf $$($(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