From 0093ab126ea08777eefcd3ba6cc6f6edb382a999 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jun 2020 07:58:28 -0300 Subject: New make command: `make cnomini` Skips minimaps, not meant to be widely used --- Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c94f855..7326412 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ all: @echo "news - propagate web information" @echo "translation - fetches Transifex translations for server, and updates both." @echo "client - generate weapons.xml, minimaps and daily.xml" + @echo "cnomini - generate client-data except minimaps" @echo "full - make contrib + wiki + translation + client + update + news" contrib: @@ -61,6 +62,14 @@ news: .PHONY: client client: + @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 + make cnomini + +.PHONY: cnomini +cnomini: @cd client ; ./weapons.py @cd client ; ./dailylogin.py @cd client ; ./aurora.py @@ -69,10 +78,6 @@ client: @cd client ; mv daily.tmp ../../client-data/graphics/images/daily.xml @cd client ; mv aurora.tmp ../../client-data/graphics/images/aurora.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 @cd contrib_xsl ; make about-server @echo "XML files and minimaps updated, please commit result on client-data." -- cgit v1.2.3-70-g09d2