summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-06-05 22:16:44 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-06-05 22:16:44 -0700
commit1ae1e393064f1e7763cbc4fd8accb4e23adfb88a (patch)
tree708bd41cb599e394a81f20cc19805c3c5af87135 /GNUmakefile
parentf6fb3f2faa0d23180b64bd5463c321e6c88855e3 (diff)
downloadserverdata-1ae1e393064f1e7763cbc4fd8accb4e23adfb88a.tar.gz
serverdata-1ae1e393064f1e7763cbc4fd8accb4e23adfb88a.tar.bz2
serverdata-1ae1e393064f1e7763cbc4fd8accb4e23adfb88a.tar.xz
serverdata-1ae1e393064f1e7763cbc4fd8accb4e23adfb88a.zip
Make make news dep on news.d's timestamp, not just splat
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 508cfea2..d08a2409 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -23,7 +23,7 @@ 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.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/
news: world/map/news.txt world/map/news.html