diff options
author | gumi <git@gumi.ca> | 2019-07-24 14:13:47 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-24 14:13:47 -0400 |
commit | 590cc2216476085cd7193e81f83fc99bb5c93a61 (patch) | |
tree | b5e860f3dec58d47d2f274a7e8ef22ab27e83071 /GNUmakefile | |
parent | 49a90ac8f2ff1aa42044ded9d993e02ba40efe62 (diff) | |
download | serverdata-590cc2216476085cd7193e81f83fc99bb5c93a61.tar.gz serverdata-590cc2216476085cd7193e81f83fc99bb5c93a61.tar.bz2 serverdata-590cc2216476085cd7193e81f83fc99bb5c93a61.tar.xz serverdata-590cc2216476085cd7193e81f83fc99bb5c93a61.zip |
add news.json task to 'make news'
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 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 |