From 47fa815eddd8fd335ada9fb165c491078a726981 Mon Sep 17 00:00:00 2001 From: User Date: Sat, 26 May 2018 16:33:45 +1200 Subject: Add RSS to news generation - Updates tools submodule pointer for the companion commit - Adds news.rss to .gitignore - Also performs chmod a+r on news.rss --- GNUmakefile | 2 +- tools | 2 +- world/map/.gitignore | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 5f293b3b..2a780188 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,7 +33,7 @@ indent-mobs: tools/aligncsv world/map/news.txt world/map/news.html: 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 + chmod a+r world/map/news.txt world/map/news.html world/map/news.rss news: world/map/news.txt world/map/news.html updates: diff --git a/tools b/tools index ef69e2f0..3acdb782 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit ef69e2f046022ea7a97e70aca7292b7e45907585 +Subproject commit 3acdb782f65b40f36ff9222285b7c505daa8741b diff --git a/world/map/.gitignore b/world/map/.gitignore index 2c681650..af61ce78 100644 --- a/world/map/.gitignore +++ b/world/map/.gitignore @@ -1,6 +1,7 @@ /news.html /news.txt /news.phpbb.txt +/news.rss /db/const-debugflag.txt -- cgit v1.2.3-60-g2f50