diff --git a/Makefile b/Makefile index 3b67634438..c112427739 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ docs-copy: git remote add origin https://github.com/owncloud/owncloud.github.io; \ git fetch --depth=1; \ git checkout origin/source -f; \ - rsync -ax ../docs/ content/; \ + rsync -ax --delete ../docs/ content/; \ .PHONY: config-docs-generate config-docs-generate: