summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-02-24 15:03:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-02-24 15:03:05 -0300
commitc1b973a39a5be58eb4465603b971235ed7fedd4d (patch)
tree4cd1890930fa3ee59e244a9d963592a7b51979d4 /Makefile
parent3541adeafcdb79efdedc1f9d29a3bca15571c611 (diff)
downloadpadrao-c1b973a39a5be58eb4465603b971235ed7fedd4d.tar.gz
padrao-c1b973a39a5be58eb4465603b971235ed7fedd4d.tar.bz2
Feat: migrate docs from Ikiwiki to MkDocs
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