diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 6475bef925..0000000000 --- a/docs/Makefile +++ /dev/null @@ -1,11 +0,0 @@ - -.PHONY: docs-copy -docs-copy: - mkdir -p hugo/content/; \ - cd hugo; \ - git init; \ - git remote rm origin; \ - git remote add origin https://github.com/owncloud/owncloud.github.io; \ - git fetch --depth=1; \ - git checkout origin/source -f; \ - rsync -ax --delete --exclude hugo/ --exclude Makefile ../. content/; \