From 1fa69f34699a10c5e4cfb3253dd11e44f8f9cad4 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 11 Feb 2020 23:33:45 +0100 Subject: [PATCH] Code improvements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dc6edfd1..b3b444cd0 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ docs-copy: git remote add origin https://github.com/owncloud/owncloud.github.io; \ git fetch; \ git checkout origin/source -f; \ - rsync -aX ../docs/* content/extensions/ocis-accounts + rsync -aX ../docs/ content/extensions/ocis-accounts .PHONY: docs-build docs-build: