Project

General

Profile

« Previous | Next » 

Revision 4096

input.Makefile: Core maps: Always use the specimens "table", since there are now no longer separate mappings for different tables, and the other tables' maps in mappings/ are merely copies of the specimens table's map

View differences:

inputs/input.Makefile
114 114
directMap := maps/VegBIEN.%.csv
115 115
via := Veg+
116 116

  
117
coreMap := $(mappings)/$(via)-VegBIEN.%.csv
118
coreSelfMap := $(mappings)/$(via).self.%.csv
117
coreMap := $(mappings)/$(via)-VegBIEN.specimens.csv
118
coreSelfMap := $(mappings)/$(via).self.specimens.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