]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / GNUmakefile.in
index 0684e47b3144d2bd0b53845b4c5e3017b35bc7bc..123684cabda18df890a7a287337cd8badbe8f51a 100644 (file)
@@ -101,6 +101,7 @@ ifeq ($(out),www)
 install-WWW:
        -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir)
        rsync -rl --exclude='*.signature' $(outdir)/offline-root/ $(DESTDIR)$(webdir)
+       $(MAKE) -C Documentation omf-local-install
 
 install-info-WWW:
        $(foreach d, $(INFO_DIRECTORIES),$(MAKE) -C $(d) install-info && ) true
@@ -108,8 +109,7 @@ install-info-WWW:
 uninstall-WWW:
        rm -rf $(DESTDIR)$(webdir)
        -rmdir $(package_docdir)
-       $(MAKE) -C Documentation/user uninstall
-       $(MAKE) -C input/lsr uninstall
+       $(MAKE) -C Documentation uninstall
 
 
 # For online docs with content negotiation, issue `make doc WEB_TARGETS=online'