aboutsummaryrefslogtreecommitdiff
path: root/Makefile.deployment
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-12-10 13:27:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-12-10 13:27:08 -0300
commit9ae0b0e661b9c887749f48e11657d720fe7482d0 (patch)
treea12e696221e05144495e84304006d28b885fdc26 /Makefile.deployment
parent8abcfb4305fb4ed20a72eb3758467314a955c0e4 (diff)
downloadtemplates-9ae0b0e661b9c887749f48e11657d720fe7482d0.tar.gz
templates-9ae0b0e661b9c887749f48e11657d720fe7482d0.tar.bz2
Fix: convert to MkDocs
Diffstat (limited to 'Makefile.deployment')
-rw-r--r--Makefile.deployment9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.deployment b/Makefile.deployment
new file mode 100644
index 0000000..a0ec04f
--- /dev/null
+++ b/Makefile.deployment
@@ -0,0 +1,9 @@
+# Deployment Makefile
+
+#web: clean epub latexpdf html
+web: compile
+
+web_deploy:
+ @rsync -avz --delete site/ templates:/var/sites/templates/www/
+
+publish: web web_deploy