Revision 6826
Added by Aaron Marcuse-Kubitza almost 12 years ago
input.Makefile | ||
---|---|---|
345 | 345 |
$(newTerms) |
346 | 346 |
$(bin)/autoremove $@ |
347 | 347 |
newTerms = tail -n +2 $<|$(bin)/filter_out_ci 0 $(vocab)|$(bin)/filter_out_ci 0\ |
348 |
$(dict) $(if $(wildcard $(word 4,$+)),|$(bin)/filter_out_ci 1 $(word 4,$+))\
|
|
348 |
$(dict) $(if $(wildcard $(word 4,$+)),|$(bin)/filter_out_ci 0 $(word 4,$+))\
|
|
349 | 349 |
|grep -vE '^"?:' >$@; exit 0# because grep exits nonzero if no match |
350 | 350 |
|
351 | 351 |
termsSubdirs := $(importTables) |
Also available in: Unified diff
input.Makefile: Maps validation: %/new_terms.csv: Undid incorrect change of column to filter terms out of. This actually needs to be the input column, even though unmapped_terms.csv is generated from the output column, because it's possible to have a mapping to a term which is not in mappings/VegCore-VegBIEN.csv, and such a term would show up in unmapped_terms.csv but should not be filtered out of new_terms.csv.