Revision 4748
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
303 | 303 |
##### Mapping |
304 | 304 |
|
305 | 305 |
+maps = $(filter %/map.csv %/VegBIEN.csv $(mappings)/%,$(+_)) |
306 |
map = $(root)/map $(+maps) |
|
307 | 306 |
map2db = env in_database=vegbien in_schema=$(datasrc) in_table=$*\ |
308 |
out_database=vegbien $(map)
|
|
307 |
out_database=vegbien $(root)/map $(+maps)
|
|
309 | 308 |
|
310 | 309 |
##### Import to VegBIEN |
311 | 310 |
|
Also available in: Unified diff
input.Makefile: Mapping: $(map2db): Inline $(map) because this is the only place it's used