Project

General

Profile

« Previous | Next » 

Revision 11440

inputs/input.Makefile: added %/import_temp alias for %/import, to mirror the presence of import_temp for import

View differences:

input.Makefile
446 446

  
447 447
import? = $(if $(call and,$(full_import),$(call dontImport,.)),,$(import))
448 448

  
449
%/import: %/VegBIEN.csv _always
449
%/import_temp: %/VegBIEN.csv _always
450 450
	$(import?)
451 451
# default:
452
%/import: _always ;
452
%/import_temp: _always ;
453 453

  
454
%/import: %/import_temp _always ;
455

  
454 456
#### Taxonomic scrubbing
455 457

  
456 458
scrub: _always

Also available in: Unified diff