remove accidentally added Makefile

This commit is contained in:
Willy Kloucek
2020-11-12 19:44:02 +01:00
parent f7bcbc8737
commit 00835efd44

View File

@@ -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/; \