summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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