diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/ |