Project

General

Profile

« Previous | Next » 

Revision 4664

input.Makefile: Maps building: %/unmapped_terms.csv: Use $(coreMap) instead of $(vocab) because the terms should already be translated to VegCore terms, rather than still being Veg+

View differences:

input.Makefile
286 286
$(bin)/autoremove $@
287 287
endef
288 288

  
289
%/unmapped_terms.csv: %/map.csv $(vocab)
289
%/unmapped_terms.csv: %/map.csv $(coreMap)
290 290
	$(call newTerms,1)
291 291

  
292 292
%/new_terms.csv: %/map.csv $(vocab) %/unmapped_terms.csv

Also available in: Unified diff