]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / GNUmakefile.in
index 8cce2c8f72171d4dbc3221777e58b6e36e49afb9..512b8ef598bfc8d2e645df21415501fc2da5010f 100644 (file)
@@ -60,6 +60,7 @@ refresh-release-files:
        $(MAKE) $(RELEASE_OUT_FILES)
 
 python-modules:
+       $(MAKE) -C scripts/build
        $(MAKE) -C python
 
 top-doc: python-modules
@@ -102,7 +103,7 @@ ifeq ($(out),www)
 # installed in non-recursing target from TOP-SRC-DIR
 install-WWW:
        -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir)
-       rsync -rl --exclude='*.signature' $(outdir)/offline-root $(DESTDIR)$(webdir)
+       rsync -rl --exclude='*.signature' $(outdir)/offline-root/ $(DESTDIR)$(webdir)
        $(MAKE) -C Documentation omf-local-install
 
 install-info-WWW: