From a30d926e3b2d2c7d77785355637a4e1d518abb30 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 4 Aug 2019 21:52:08 +0200 Subject: Makefile: Add site as a dependency of deploy This will make it such that the site is guaranteed to be built before deployment. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b141a8f..d16d842 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ atom.xml: templates/atom.xml $(POSTS_HTML) clean: rm -f posts/*.html index.html atom.xml style.css man.css -deploy: +deploy: site @rsync -avhR $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.{svg,webp} atom.xml coleridge:www/oriole.systems/ .PHONY: clean deploy site -- cgit v1.2.3-2-gb3c3