From ae6b9eb2e16b570c39666fb4dea2e9222a3c2d8d Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 23 Jan 2013 18:15:14 -0800 Subject: Implement news generation --- GNUmakefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 590b111e..508cfea2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,7 @@ -.PHONY: all maps conf mobxp mobxp-impl indent indent-items indent-mobs +.PHONY: all maps conf mobxp mobxp-impl indent indent-items indent-mobs news # Can't be parallel due to the mobxp/indent-mobs conflict .NOTPARALLEL: -all: maps conf +all: maps conf news maps: tools/tmx_converter.py client-data/ world/map/ @@ -22,3 +22,8 @@ indent-items: tools/aligncsv tools/aligncsv world/map/db/item_db.txt indent-mobs: tools/aligncsv tools/aligncsv world/map/db/mob_db.txt + +world/map/news.txt world/map/news.html: tools/news.py tools/_news_colors.py world/map/news.d/* + tools/news.py world/map/ world/map/news.d/ + +news: world/map/news.txt world/map/news.html -- cgit v1.2.3-60-g2f50