summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-08 09:44:04 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-08 09:44:04 -0300
commitbc4f17d819fda68f84aa70a2baf9db5af9366f8f (patch)
tree272c0cf229738c63e960b95ae58616a737ab8b5e /Makefile
parentfd36edaec91617152b2061c1158555145533f511 (diff)
downloadtools-bc4f17d819fda68f84aa70a2baf9db5af9366f8f.tar.gz
tools-bc4f17d819fda68f84aa70a2baf9db5af9366f8f.tar.bz2
tools-bc4f17d819fda68f84aa70a2baf9db5af9366f8f.tar.xz
tools-bc4f17d819fda68f84aa70a2baf9db5af9366f8f.zip
Update Makefile so it handles contributors (make wiki and make client)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 117dd5e..9f8c648 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ testxml:
wiki:
cd wiki ; ./wikigen.py
cd wiki ; mv *.md ../../wiki/
+ @cd contrib_xsl ; make wiki
@echo "Wiki files updated, please commit the result on wiki."
.PHONY: maps
@@ -70,6 +71,7 @@ client:
@cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh
cp client/minimap-override/* ../client-data/graphics/minimaps/
@git checkout -- client/minimap-dyecmd.sh
+ @cd contrib_xsl ; make about-server
@echo "XML files and minimaps updated, please commit result on client-data."
.PHONY: full