summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-23 13:50:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-23 13:50:16 -0300
commitf6e39ff2a88fb621612598297e8d3cf08eb77988 (patch)
treef7df45ec01fd96f8cd02f8d781482f2278c57ddb /Makefile
parent3c035f5e3c6c872a42e2ce66e52ffc8abfc15f35 (diff)
downloadpadrao-f6e39ff2a88fb621612598297e8d3cf08eb77988.tar.gz
padrao-f6e39ff2a88fb621612598297e8d3cf08eb77988.tar.bz2
Feat: MkDocs improvementsHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd13f69..6d0a037 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,6 @@ web:
web_deploy:
@rsync -avz --delete site/ padrao:/var/sites/padrao/www/
+docs: web
+
publish: web web_deploy