summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eda3c20..117dd5e 100644
--- a/Makefile
+++ b/Makefile
@@ -62,11 +62,14 @@ news:
client:
@cd client ; ./weapons.py
@cd client ; ./dailylogin.py
+ @cd client ; ./skills.py
@cd client ; mv weapons.tmp ../../client-data/weapons.xml
@cd client ; mv daily.tmp ../../client-data/graphics/images/daily.xml
+ @cd client ; mv skills.tmp ../../client-data/mana_skills.xml
@cd client ; ./minimap-render.py all
@cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh
cp client/minimap-override/* ../client-data/graphics/minimaps/
+ @git checkout -- client/minimap-dyecmd.sh
@echo "XML files and minimaps updated, please commit result on client-data."
.PHONY: full