Project

General

Profile

« Previous | Next » 

Revision 4893

mappings/Makefile: .VegCore-VegBIEN.csv.last_cleanup: Generate VegCore-VegBIEN.unsourced_terms.csv whenever VegCore-VegBIEN.csv changes, to track VegCore terms that are mapped to VegBIEN but not documented in VegCore.csv. Note that this file is not svn:ignored, so it will show up with a ? when the user runs `svn st` if there are any unsourced terms.

View differences:

mappings/Makefile
30 30
	$(bin)/in_place $< $(bin)/sort_map
31 31
	touch $@
32 32

  
33
# This tracks VegCore terms that are mapped to VegBIEN but not documented in
34
# VegCore.csv. This file is *not* svn:ignored, so it will show up with a ? when
35
# the user runs `svn st` if there are any unsourced terms.
36
unsourcedTerms := VegCore-VegBIEN.unsourced_terms.csv
37

  
33 38
.VegCore-VegBIEN.csv.last_cleanup: .%.last_cleanup: %
34 39
	$(bin)/in_place $< $(bin)/sort_map
35 40
	touch $@
36 41
	$(bin)/review 1 <$< >for_review/$<
42
	$(bin)/filter_out_ci <$< 0 VegCore.csv >$(unsourcedTerms)
43
	$(bin)/autoremove $(unsourcedTerms)
37 44

  
38 45
else
39 46
$(inputCoreMaps): _always

Also available in: Unified diff