summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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."