From: Carl Worth <cworth@cworth.org>
Date: Sun, 17 May 2020 14:58:38 +0000 (-0700)
Subject: Drop the Makefile from the empires directory
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=34f21a76f2352290227f3048fb6952206d1daab6;p=lmno.games

Drop the Makefile from the empires directory

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.
---

diff --git a/empires/Makefile b/empires/Makefile
deleted file mode 100644
index f490fec..0000000
--- a/empires/Makefile
+++ /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