--- a/Makefile Sat Jun 10 16:36:36 2017 +0300 +++ b/Makefile Sat Jun 10 16:45:41 2017 +0300 @@ -1,7 +1,7 @@ -all: gtfs pysäkkialueet.json +all: gtfs regions-per-stop.json -pysäkkialueet.json: alue-edustajat.json alueet.gmp gtfs - ./alueet.py > pysäkkialueet.json +regions-per-stop.json: region-representatives.json regions.gmp gtfs + ./compute-regions.py > regions-per-stop.json gtfs: gtfs.zip unzip gtfs.zip -d gtfs @@ -10,5 +10,5 @@ wget http://data.foli.fi/gtfs/gtfs.zip clean: - rm -f pysäkkialueet.json gtfs.zip - rm -rf gtfs \ No newline at end of file + rm -f regions-per-stop.json gtfs.zip + rm -rf gtfs