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