diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-05-01 14:50:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-05-01 14:50:39 -0300 |
commit | d592173e55bc648352abd270462f50ff360eb320 (patch) | |
tree | cd1052414374b6380b9e6469893aec9f628a711f /Makefile | |
parent | f55cddad9155f1b04d1fb18972f6be1e3f4a5468 (diff) | |
download | blog-d592173e55bc648352abd270462f50ff360eb320.tar.gz blog-d592173e55bc648352abd270462f50ff360eb320.tar.bz2 |
Renames ikiwiki.setup to ikiwiki.yaml
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |