From 007ecffe0dbc2d5dbb033664e6a1e1d2b03756d8 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Mon, 6 Aug 2012 15:05:34 +0200 Subject: [PATCH] Fix issue 1746 "v2.13.48 docball adds offline-root/ directory" This reverts one of the changes in c58b9bd118958423656e674c25d940cdec71f58a. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 258aa890a5..512b8ef598 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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: -- 2.39.2