]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix issue 1746 "v2.13.48 docball adds offline-root/ directory"
authorJohn Mandereau <john.mandereau@gmail.com>
Mon, 6 Aug 2012 13:05:34 +0000 (15:05 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Mon, 6 Aug 2012 13:05:34 +0000 (15:05 +0200)
This reverts one of the changes in c58b9bd118958423656e674c25d940cdec71f58a.

GNUmakefile.in

index 258aa890a5f628728c66c346f6c692f6151a432a..512b8ef598bfc8d2e645df21415501fc2da5010f 100644 (file)
@@ -103,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: