diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-06-05 22:16:44 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-06-05 22:16:44 -0700 |
commit | 1ae1e393064f1e7763cbc4fd8accb4e23adfb88a (patch) | |
tree | 708bd41cb599e394a81f20cc19805c3c5af87135 /GNUmakefile | |
parent | f6fb3f2faa0d23180b64bd5463c321e6c88855e3 (diff) | |
download | serverdata-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-- | GNUmakefile | 2 |
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 |