summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xclient/minimap-dyecmd.py2
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()