Project

General

Profile

« Previous | Next » 

Revision 6703

mappings/Makefile: .VegCore.csv.last_cleanup, .Veg+-VegCore.csv.last_cleanup: Also replace Veg+ terms in sources list, which are references to VegCore terms that have since been renamed

View differences:

mappings/Makefile
32 32

  
33 33
.VegCore.csv.last_cleanup: .%.last_cleanup: % $(dict)
34 34
	$(bin)/in_place $< $(bin)/translate 0 $(dict)
35
	$(bin)/in_place $< env text=1 $(bin)/repl $(dict) 3
35 36
	$(bin)/in_place $< $(bin)/sort 3 0
36 37
	$(bin)/in_place $< uniq
37 38
	touch $@
......
41 42

  
42 43
.Veg+-VegCore.csv.last_cleanup: .%.last_cleanup: % $(dict)
43 44
	$(bin)/in_place $< $(bin)/translate 1 $(dict)
45
	$(bin)/in_place $< env text=1 $(bin)/repl $(dict) 2
44 46
	$(bin)/in_place $< $(bin)/sort 2 0
45 47
	touch $@
46 48
# can't canon because this would remove ? prefixes

Also available in: Unified diff