Fix up the tile generation target
This commit is contained in:
parent
b78dd949ca
commit
fb695178f1
3
makefile
3
makefile
@ -1,6 +1,7 @@
|
||||
SERVER := voicegardens.server
|
||||
REMOTE_HOST := voicegardens.org
|
||||
ARCHIVE_DIR := ./voicegardens/archive
|
||||
STATIC_DIR := ./voicegardens/static
|
||||
|
||||
default: dev-serve
|
||||
|
||||
@ -20,4 +21,4 @@ voicegardens:
|
||||
@fab -H $(REMOTE_HOST) voicegardens
|
||||
|
||||
tiles:
|
||||
@gdal2tiles.py -l -p raster -z 0-5 -w none tiles2
|
||||
@gdal2tiles.py -p raster -z 0-5 -w none $(STATIC_DIR)/images/pink.png $(STATIC_DIR)/tiles
|
||||
|
Loading…
Reference in New Issue
Block a user