[game-data-packager] 01/11: yaml2json: rename to compile_yaml
Simon McVittie
smcv at debian.org
Wed Jan 13 00:06:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit ad5e655eba245dd5d3eb5515a97536d22a9d34ba
Author: Simon McVittie <smcv at debian.org>
Date: Sun Jan 10 14:32:56 2016 +0000
yaml2json: rename to compile_yaml
It's been a while since this tool just converted YAML to JSON.
---
Makefile | 2 +-
tools/{yaml2json.py => compile_yaml.py} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 287bdea..d661feb 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ out/%: data/%
out/vfs/%.json: data/%.yaml
mkdir -p out/vfs
- $(PYTHON) tools/yaml2json.py $< $@
+ $(PYTHON) tools/compile_yaml.py $< $@
out/vfs.zip: $(json)
mkdir -p out
diff --git a/tools/yaml2json.py b/tools/compile_yaml.py
similarity index 100%
rename from tools/yaml2json.py
rename to tools/compile_yaml.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list