summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index adda109..dd13f69 100644
--- a/Makefile
+++ b/Makefile
@@ -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