diff --git a/Makefile b/Makefile index fb8efd3cc37fb47ac36fb1dbd335a4122c3f5bd3..2452e82f8d9f25e01ab90a991398914988064575 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