aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-08 13:11:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-08 13:11:16 -0300
commit2c0876c02cbf5e2fd35c6e6b10a1dafc6e7aab8b (patch)
tree7739c15fddc362b60a21f6183c53cc68b72031f9 /Makefile
parent8473da19703f9cf47dabf52200c0e8ff82774cbd (diff)
downloaddocfesto-develop.tar.gz
docfesto-develop.tar.bz2
Config conversion and web targetdevelop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a80f27b..d20e278 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,9 @@
#
web:
- @ikiwiki --setup ikiwiki.setup
+ @ikiwiki --setup ikiwiki.yaml
web_deploy:
@rsync -avz --delete www/ docfesto:/
+
+publish: web web_deploy