remove obsolete OSM
This commit is contained in:
parent
1a4560b119
commit
3f55c59ffe
3
Makefile
3
Makefile
@ -290,9 +290,6 @@ wc: mj-msc.pdf ## Character and page count
|
|||||||
tr -d '[:space:]' | wc -c | \
|
tr -d '[:space:]' | wc -c | \
|
||||||
awk '{printf("Chars: %d, pages: %.1f\n", $$1, $$1/1500)}'
|
awk '{printf("Chars: %d, pages: %.1f\n", $$1, $$1/1500)}'
|
||||||
|
|
||||||
$(OSM):
|
|
||||||
wget http://download.geofabrik.de/europe/$@
|
|
||||||
|
|
||||||
.PHONY: refresh-rivers
|
.PHONY: refresh-rivers
|
||||||
refresh-rivers: aggregate-rivers.sql .faux_db ## Refresh rivers.sql from GDB10LT
|
refresh-rivers: aggregate-rivers.sql .faux_db ## Refresh rivers.sql from GDB10LT
|
||||||
@if [ ! -f "$(GDB10LT)" ]; then \
|
@if [ ! -f "$(GDB10LT)" ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user