diff options
-rw-r--r-- | GNUmakefile | 6 | ||||
m--------- | tools | 0 | ||||
-rw-r--r-- | world/map/.gitignore | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 275bb28f..2da06a95 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,11 +31,11 @@ indent-items: tools/aligncsv 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/* world/map/news.d/ +world/map/news.txt world/map/news.html world/map/news.rss world/map/news.json: tools/news.py tools/_news_colors.py world/map/news.d/* world/map/news.d/ tools/news.py world/map/ world/map/news.d/ - chmod a+r world/map/news.txt world/map/news.html world/map/news.rss + chmod a+r world/map/news.txt world/map/news.html world/map/news.rss world/map/news.json -news: world/map/news.txt world/map/news.html +news: world/map/news.txt world/map/news.html world/map/news.rss world/map/news.json updates: cd tools/client/ ; ./make-updates.sh diff --git a/tools b/tools -Subproject a7adab09d7f94afd80742ae38052d8b7e6b73f8 +Subproject 4c3c1b68eab949a0c2f33120de166b32f415247 diff --git a/world/map/.gitignore b/world/map/.gitignore index af61ce78..25c01527 100644 --- a/world/map/.gitignore +++ b/world/map/.gitignore @@ -2,6 +2,7 @@ /news.txt /news.phpbb.txt /news.rss +/news.json /db/const-debugflag.txt |