From 8973436ae9f1463484869e5d25eee8981d1e5925 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 23 Sep 2013 18:12:53 -0700 Subject: Add makefile target for new update generator --- GNUmakefile | 6 ++++-- client-data | 2 +- 2 files changed, 5 insertions(+), 3 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 diff --git a/client-data b/client-data index 853c8745..31c7f033 160000 --- a/client-data +++ b/client-data @@ -1 +1 @@ -Subproject commit 853c8745b1f9833e82bca89084c6e3da47b6e9e9 +Subproject commit 31c7f033233c92cee1e2f3f9d1c6f54c878f130c -- cgit v1.2.3-60-g2f50