From 34f21a76f2352290227f3048fb6952206d1daab6 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 17 May 2020 07:58:38 -0700 Subject: [PATCH] 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. --- empires/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 empires/Makefile 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 -- 2.43.0