Add some friendly name/duplicate subsitution rules
[bus.git] / maxious-canberra-transit-feed / Makefile
blob:a/maxious-canberra-transit-feed/Makefile -> blob:b/maxious-canberra-transit-feed/Makefile
--- a/maxious-canberra-transit-feed/Makefile
+++ b/maxious-canberra-transit-feed/Makefile
@@ -9,12 +9,12 @@
 	cp cbrtable.yml.in cbrtable.yml
 	@$(foreach ROUTE_FILE, $(ROUTE_FILES), 	\
 		echo "Parsing $(ROUTE_FILE)"; \
-		echo "TODO: replace friendly timing spot names with OSM node IDs in $(ROUTE_FILE)"; \
+		echo "TODO: replace friendly timing spot names with OSM node IDs or geohash in $(ROUTE_FILE)"; \
 		echo "TODO: add inbetween stops in $(ROUTE_FILE)"; \
 		./indent-route.pl < $(ROUTE_FILE) >> cbrtable.yml;)
 
 cbrtable.yml.in: cbrtable.yml.in.in
-	@echo "TODO: autogenerate stops via OSM"
+	@echo "TODO: autogenerate stops via database, convert to YAML"
 	cp cbrtable.yml.in.in cbrtable.yml.in