diff options
-rw-r--r-- | GNUmakefile | 2 | ||||
m--------- | tools | 0 | ||||
-rw-r--r-- | world/map/.gitignore | 1 |
3 files changed, 2 insertions, 1 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 -Subproject ef69e2f046022ea7a97e70aca7292b7e4590758 +Subproject 3acdb782f65b40f36ff9222285b7c505daa8741 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 |