summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-04-16 20:46:35 -0300
committerJesusaves <cpntb1@ymail.com>2018-04-16 20:46:35 -0300
commitcbf218666a89e0eabd86091588f98e68b7d1e900 (patch)
tree859e801111d23bab6c5a4e47caef489a79eb9a96 /Makefile
parentc2eb44948a300100332094b4b013e46c9676e15c (diff)
downloadtools-cbf218666a89e0eabd86091588f98e68b7d1e900.tar.gz
tools-cbf218666a89e0eabd86091588f98e68b7d1e900.tar.bz2
tools-cbf218666a89e0eabd86091588f98e68b7d1e900.tar.xz
tools-cbf218666a89e0eabd86091588f98e68b7d1e900.zip
Make News
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f9f8cea..2bb5dfc 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ all:
@echo "wiki - makes wiki automated databases"
@echo "maps - makes server-data information"
@echo "update - makes update and propagate web information (untested)"
+ @echo "news - propagate web information"
@echo "translation - fetches Transifex translations for server, and updates both."
contrib:
@@ -43,3 +44,6 @@ translation:
cd lang/ ; ./updatelang.py
@echo "Translations updated, please commit result server-data and tools."
+news:
+ cd web ; ./deploy.sh
+ @echo "News updated, please commit result on web."