From d592173e55bc648352abd270462f50ff360eb320 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Mon, 1 May 2017 14:50:39 -0300
Subject: [PATCH] Renames ikiwiki.setup to ikiwiki.yaml

---
 Makefile                      | 2 +-
 ikiwiki.setup => ikiwiki.yaml | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename ikiwiki.setup => ikiwiki.yaml (100%)

diff --git a/Makefile b/Makefile
index fb8efd3..2452e82 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 #
 
 web: jhead
-	@ikiwiki --setup ikiwiki.setup
+	@ikiwiki --setup ikiwiki.yaml
 
 web_deploy:
 	@rsync -avz --delete www/ blog:/var/sites/blog/www/
diff --git a/ikiwiki.setup b/ikiwiki.yaml
similarity index 100%
rename from ikiwiki.setup
rename to ikiwiki.yaml
-- 
GitLab