Project

General

Profile

« Previous | Next » 

Revision 9875

bugfix: inputs/input.Makefile: %/VegBIEN.csv: use header from map.csv instead of the new columns, so that source.shortname is set to GBIF instead of VegCore

View differences:

input.Makefile
339 339
endif
340 340

  
341 341
%/VegBIEN.csv: %/map.csv $(coreMap)
342
	<$< $(bin)/cat_cols 1 2$(if $(wildcard $*/run),|$(bin)/cols 1 1 3\
342
	<$< $(bin)/cat_cols 1 2$(if $(wildcard\
343
$*/run),|$(bin)/cols 1 1 3|(head -1 $<; tail -n +2)\
343 344
)|$(bin)/join $(coreMap)|$(bin)/sort_map >$@
344 345
maps += $(autogenMaps)
345 346

  

Also available in: Unified diff