diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# Ikiwiki Makefile by Silvio Rhatto (rhatto at riseup.net). +# Makefile for Padrão Fluxo by Silvio Rhatto (rhatto at riseup.net). # # This Makefile is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free @@ -15,9 +15,9 @@ # web: - @ikiwiki --setup ikiwiki.yaml + @mkdocs build web_deploy: - @rsync -avz --delete www/ padrao:/var/sites/padrao/www/ + @rsync -avz --delete site/ padrao:/var/sites/padrao/www/ publish: web web_deploy |