From bc4f17d819fda68f84aa70a2baf9db5af9366f8f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 May 2019 09:44:04 -0300 Subject: Update Makefile so it handles contributors (make wiki and make client) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2