summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-04-16 20:47:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-04-16 20:47:59 -0300
commit798d352babfed8c32c53aebc15708f6aa068a24d (patch)
tree02c152b1085185a89e4b4f4be610fdd0177f00ab /Makefile
parentcbf218666a89e0eabd86091588f98e68b7d1e900 (diff)
downloadtools-798d352babfed8c32c53aebc15708f6aa068a24d.tar.gz
tools-798d352babfed8c32c53aebc15708f6aa068a24d.tar.bz2
tools-798d352babfed8c32c53aebc15708f6aa068a24d.tar.xz
tools-798d352babfed8c32c53aebc15708f6aa068a24d.zip
makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2bb5dfc..5bbb98b 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,8 @@ translation:
cd lang/ ; ./updatelang.py
@echo "Translations updated, please commit result server-data and tools."
+.PHONY: news
news:
+ @cd ../web ; echo "Checking for web/ folder..." # check if web directory exists
cd web ; ./deploy.sh
@echo "News updated, please commit result on web."