summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-07-24 14:13:47 -0400
committergumi <git@gumi.ca>2019-07-24 14:13:47 -0400
commit590cc2216476085cd7193e81f83fc99bb5c93a61 (patch)
treeb5e860f3dec58d47d2f274a7e8ef22ab27e83071
parent49a90ac8f2ff1aa42044ded9d993e02ba40efe62 (diff)
downloadserverdata-590cc2216476085cd7193e81f83fc99bb5c93a61.tar.gz
serverdata-590cc2216476085cd7193e81f83fc99bb5c93a61.tar.bz2
serverdata-590cc2216476085cd7193e81f83fc99bb5c93a61.tar.xz
serverdata-590cc2216476085cd7193e81f83fc99bb5c93a61.zip
add news.json task to 'make news'
-rw-r--r--GNUmakefile6
m---------tools0
-rw-r--r--world/map/.gitignore1
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