From f5de50249f8a3731ed755c80436a2c965f7a551f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 8 Oct 2017 13:13:00 -0300 Subject: Config conversion and web target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b70068b..4a1cd27 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,9 @@ # web: - @ikiwiki --setup ikiwiki.setup + @ikiwiki --setup ikiwiki.yaml web_deploy: @rsync -avz --delete www/ privacybar:/ + +publish: web web_deploy -- cgit v1.2.3