From: Jan Nieuwenhuizen Date: Thu, 15 Jan 2009 12:56:12 +0000 (+0100) Subject: web-install: do not install signature files. X-Git-Tag: release/2.12.2-1~10^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55aa718dc9a21d2eced4c3d29787880b970a1d5f;p=lilypond.git web-install: do not install signature files. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index a88ed6c9d6..a393bffb5c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -72,7 +72,7 @@ install-help2man: # installed in non-recursing target from TOP-SRC-DIR install-WWW: -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir) - rsync -rl $(outdir)/offline-root/ $(DESTDIR)$(webdir) + rsync -rl --exclude='*.signature' $(outdir)/offline-root/ $(DESTDIR)$(webdir) install-info-WWW: $(MAKE) -C Documentation/user install-info