Project

General

Profile

« Previous | Next » 

Revision 4666

input.Makefile: Maps validation: $(newTerms): For simplicity, subset the columns before running filter_out_ci

View differences:

inputs/input.Makefile
282 282
# `tail -n +2`: Remove header before running filter_out_ci because filter_out_ci
283 283
# only removes the header if it matches the vocabulary's header.
284 284
define newTerms
285
tail -n +2 $<|$(bin)/filter_out_ci $(1) $(word 2,$+)|$(bin)/cols $(1)$(2) >$@
285
tail -n +2 $<|$(bin)/cols $(1)|$(bin)/filter_out_ci 0 $(word 2,$+)$(2) >$@
286 286
$(bin)/autoremove $@
287 287
endef
288 288

  

Also available in: Unified diff