]> git.cworth.org Git - lmno.games/commitdiff
Drop the Makefile from the empires directory
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 14:58:38 +0000 (07:58 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 14:58:38 +0000 (07:58 -0700)
The top-level Makefile knows how to deploy all content including all
sub-directories, so we don't need a lower-level Makefile at all.

empires/Makefile [deleted file]

diff --git a/empires/Makefile b/empires/Makefile
deleted file mode 100644 (file)
index f490fec..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-PUBLISH_HOST=cworth.org
-PUBLISH_DIR=/srv/families.cworth.org/www
-
-DO_NOT_PUBLISH="Makefile"
-
-deploy:
-       rm -rf .deploy-source
-       git clone . .deploy-source
-       rm -rf .deploy-source/.git
-       (cd .deploy-source; rm $(DO_NOT_PUBLISH); rsync -avz ./ --delete --delete-after $(PUBLISH_HOST):$(PUBLISH_DIR) )
-       rm -rf .deploy-source