diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-16 21:41:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-16 21:41:46 -0300 |
commit | 1aa761768a531ae835e4169db11b358e71f27140 (patch) | |
tree | d25eb01d78fe40960c252912b883d3682ade5ae4 /Makefile | |
parent | 21349af5712e12ab505abebf6a69e5e802fc2573 (diff) | |
download | bootless-1aa761768a531ae835e4169db11b358e71f27140.tar.gz bootless-1aa761768a531ae835e4169db11b358e71f27140.tar.bz2 |
Convert ikiwiki config to YAMLdevelop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ debian: git-buildpackage --git-tag-only --git-sign-tags web: - @ikiwiki --setup ikiwiki.setup + @ikiwiki --setup ikiwiki.yaml web_deploy: @rsync -avz --delete www/ bootless:/var/sites/bootless/www/ |