From 77a02a991547c4e17d21c2431e190fced7d7f674 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 19 Apr 2020 13:26:11 -0400 Subject: [PATCH] Makefile fixes. --- Makefile | 5 +++-- ...005-11-7.md => OpenOfficeorg-A-real-competi-2005-11-7.md} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename content/{OpenOfficeorg-||-A-real-competi-2005-11-7.md => OpenOfficeorg-A-real-competi-2005-11-7.md} (100%) diff --git a/Makefile b/Makefile index eef64ea..5d8d9eb 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ +content := $(wildcard content/*.md themes/even/sass/*.scss themes/even/static/* themes/even/templates/*.html themes/even/templates/categories/*.html themes/even/templates/shortcodes/*.html themes/even/templates/tags/*.html) build: content/.built all: build deploy -content/.built: +content/.built: $(content) zola build -o public/ touch content/.built -deploy: build +publish: build cd public gsutil -m rsync -d -r public gs://jeremy.marzhillstudios.com/ diff --git a/content/OpenOfficeorg-||-A-real-competi-2005-11-7.md b/content/OpenOfficeorg-A-real-competi-2005-11-7.md similarity index 100% rename from content/OpenOfficeorg-||-A-real-competi-2005-11-7.md rename to content/OpenOfficeorg-A-real-competi-2005-11-7.md