aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb829a8..a3dabe2 100644
--- a/Makefile
+++ b/Makefile
@@ -165,4 +165,12 @@ doc: web
@pandoc ementa.rst -o _build/odt/ementa.odt
@pandoc ementa.rst -o _build/docx/ementa.docx
+release:
+ @git checkout develop
+ @git commit -a
+ @git checkout master
+ @git merge develop
+ @git checkout develop
+ @git push --all
+
publish: web web_deploy