From 007a6a839e3ee6b2e21b740ae5ea694ddbc0d405 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 05 Jan 2013 00:53:49 +0000 Subject: More appropriate naming --- diff --git a/Makefile.config b/Makefile.config index c8ceb2f..14ddc61 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,4 +1,4 @@ -JSON_NORMALIZE=$(TOOLS_DIR)/json-normalize +JSON_FORMAT=$(TOOLS_DIR)/json-format CONFIG_DEPS_DIR=config/deps @@ -25,6 +25,6 @@ CONFIG_PACKAGES= \ CONFIG_MAIN=config/config.json -config-normalize: - @$(JSON_NORMALIZE) $(CONFIG_MODULES) $(CONFIG_PACKAGES) $(CONFIG_MAIN) - @$(JSON_NORMALIZE) --sort-by name $(CONFIG_DEPS) +config-format: + @$(JSON_FORMAT) $(CONFIG_MODULES) $(CONFIG_PACKAGES) $(CONFIG_MAIN) + @$(JSON_FORMAT) --sort-by name $(CONFIG_DEPS) diff --git a/tools/json-normalize b/tools/json-format index 069908d..069908d 100755 --- a/tools/json-normalize +++ b/tools/json-format -- cgit v0.9.1