Merge branch 'master' of ctpug.org.za:koperkapel
[koperkapel.git] / koperkapel / images / Makefile
index 3cac6205d7c305ec2e8bed5d2d541678c38794c2..c2ea50efd73184fa7f22b23e1af00f33daca91bb 100644 (file)
@@ -2,13 +2,13 @@ VPATH=../../sources
 
 # Vector tiles
 
-TILE_DIRS=roach serum vehicle_tiles
+TILE_DIRS=roach serum vehicle_tiles fixtures
 TILE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(TILE_DIRS)) -name "*.svg")
 TILE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(TILE_SVGS))
 
 # Bitmap tiles
 
-BTILE_DIRS=wall floor tunnel underground
+BTILE_DIRS=wall floor tunnel underground grate
 BTILE_SRC=$(shell find $(patsubst %, $(VPATH)/bitmap/%, $(BTILE_DIRS)) -name "*.png")
 BTILE_PNGS=$(patsubst $(VPATH)/bitmap/%, bunker/%, $(BTILE_SRC))