From c3626e01e7c351651b9d09b3d8ed95f13703c3ed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 21 Jul 2023 00:33:44 -0300 Subject: Ensure all maps have a background on empty mode. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9a013a..24c9e9c 100644 --- a/Makefile +++ b/Makefile @@ -23,11 +23,12 @@ testxml: .PHONY: wiki wiki: - cd wiki ; ./tmw_deploy.py cd wiki ; ./wikigen.py cd wiki ; mv *.md ../../wiki/ @cd contrib_xsl ; make wiki @echo "Wiki files updated, please commit the result on wiki." + cd wiki ; ./tmw_deploy.py + @echo "TMW Wiki updated." .PHONY: maps maps: @@ -65,6 +66,7 @@ news: .PHONY: client client: + @cd client ; ./mapbgfix.py @cd client ; ./minimap-render.py all @cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh cp client/minimap-override/* ../client-data/graphics/minimaps/ -- cgit v1.2.3-70-g09d2