summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-07-09 15:18:29 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-07-09 15:18:29 +0200
commit8efb5b6772282e11e212edf67c8befe22ea8c06f (patch)
tree2a29179a85698973fe2724ce9fc601ca96a4f944 /Makefile
parent1dd8b8f4e036d2ef10a2504df1a281966f454b04 (diff)
downloadquatuorbellefeuille.com-8efb5b6772282e11e212edf67c8befe22ea8c06f.tar.xz
Add plumbing to update next concert on the frontpage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca01374..05616cd 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ scripts_folders = $(call dirnames,$(scripts))
.PHONY: all clean site
# Maintenance:
-.PHONY: feeds upload
+.PHONY: feeds indexes upload
#################### Recipes.
@@ -49,6 +49,9 @@ all: site
feeds:
./admin/feeds/build-feeds.sh $(feeds_src)
+indexes:
+ ./admin/build-indexes.sh . $(languages)
+
upload: site
./upload.sh $(OUTDIR)