Project

General

Profile

« Previous | Next » 

Revision 4672

input.Makefile: $(viaMaps): Fixed bug where could not wrap it in $(wildcard) because that would prevent map.csv from being created when a new datasource or new subdir is added

View differences:

input.Makefile
142 142
coreMap := $(mappings)/VegCore-VegBIEN.csv
143 143
dict := $(mappings)/$(via)-VegCore.csv
144 144

  
145
viaMaps := $(wildcard $(tables:%=%/map.csv))
145
viaMaps := $(tables:%=%/map.csv)
146 146

  
147 147
autogenMaps := $(subst map.,VegBIEN.,$(viaMaps))
148 148
directMaps := $(autogenMaps) $(filter-out $(autogenMaps),\

Also available in: Unified diff