Revision 4098
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
114 | 114 |
directMap := maps/VegBIEN.%.csv |
115 | 115 |
via := Veg+ |
116 | 116 |
|
117 |
coreMap := $(mappings)/$(via)-VegBIEN.specimens.csv
|
|
118 |
coreSelfMap := $(mappings)/$(via).self.specimens.csv
|
|
117 |
coreMap := $(mappings)/$(via)-VegBIEN.csv |
|
118 |
coreSelfMap := $(mappings)/$(via).self.csv |
|
119 | 119 |
|
120 | 120 |
viaMaps := $(wildcard $(tablesSort:%=maps/$(via).%.csv)) |
121 | 121 |
viaMaps += $(filter-out $(viaMaps),$(srcMaps:maps/src.%=maps/$(via).%)) |
Also available in: Unified diff
mappings/: Removed no longer used ".specimens" suffix from maps, which is now the same for all maps