summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-23 18:12:53 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-23 18:12:53 -0700
commit8973436ae9f1463484869e5d25eee8981d1e5925 (patch)
tree4c01542132f6d385316ac3e875ab7b8030314e88 /GNUmakefile
parent95da30521abb4a32a6c80b47c71b88eaa5439f5e (diff)
downloadserverdata-8973436ae9f1463484869e5d25eee8981d1e5925.tar.gz
serverdata-8973436ae9f1463484869e5d25eee8981d1e5925.tar.bz2
serverdata-8973436ae9f1463484869e5d25eee8981d1e5925.tar.xz
serverdata-8973436ae9f1463484869e5d25eee8981d1e5925.zip
Add makefile target for new update generator
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d08a2409..6e7e1e7c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,7 +1,7 @@
-.PHONY: all maps conf mobxp mobxp-impl indent indent-items indent-mobs news
+.PHONY: all maps conf mobxp mobxp-impl indent indent-items indent-mobs news updates
# Can't be parallel due to the mobxp/indent-mobs conflict
.NOTPARALLEL:
-all: maps conf news
+all: maps conf news updates
maps:
tools/tmx_converter.py client-data/ world/map/
@@ -27,3 +27,5 @@ world/map/news.txt world/map/news.html: tools/news.py tools/_news_colors.py worl
tools/news.py world/map/ world/map/news.d/
news: world/map/news.txt world/map/news.html
+updates:
+ cd client-data && tools/make-updates