summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-04-19 18:26:22 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 08:43:31 +0200
commitf11450c633fad24307df7924fd4d2e409a603573 (patch)
tree905d93b904ee36eaf7e5b4166554bdeccebef881
parent8f73502c249f8b190a7638dfdd94535f987aeefc (diff)
downloadIshtar-f11450c633fad24307df7924fd4d2e409a603573.tar.bz2
Ishtar-f11450c633fad24307df7924fd4d2e409a603573.zip
Makefile: add area to town fixture
-rw-r--r--Makefile.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example
index bee12507d..3967a6565 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -152,6 +152,7 @@ fixtures_common_towns:
ishtar_common.state \
ishtar_common.department \
ishtar_common.town \
+ ishtar_common.area \
> '../ishtar_common/fixtures/towns-'$(default_data)'.json'
cat 'ishtar_common/fixtures/towns-'$(default_data)'.json' | tr '\n' '\r' | \
sed -e 's/"children": *\[\r *\[\r *"[0-9-]*", *\r *[0-9]*\ *\r *\]\r *\]/"children": []/g' | \