From 07b2abb404d5fdc50567cb19ed5633116f575249 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 02:59:29 -0300 Subject: Update Makefile --- Makefile | 2 +- client/minimap-dyecmd.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7289540..eda3c20 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: @echo "update - makes update and propagate web information (untested)" @echo "news - propagate web information" @echo "translation - fetches Transifex translations for server, and updates both." - @echo "client - generate weapons.xml and daily.xml" + @echo "client - generate weapons.xml, minimaps and daily.xml" @echo "full - make contrib + wiki + translation + client + update + news" contrib: diff --git a/client/minimap-dyecmd.py b/client/minimap-dyecmd.py index 9a396eb..01ed0f2 100755 --- a/client/minimap-dyecmd.py +++ b/client/minimap-dyecmd.py @@ -14,5 +14,5 @@ for c in map_names: f.write("dyecmd %s tmp ; mv tmp %s\n" % (i, i)) f.write("echo \"Converted "+i+" successfully.\"\n") -f.write("git checkout -- minimap-dyecmd.sh") +f.write("echo \"\" > minimap-dyecmd.sh") f.close() -- cgit v1.2.3-70-g09d2