Revision 6830
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
42 | 42 |
|
43 | 43 |
.Veg+-VegCore.csv.last_cleanup: .%.last_cleanup: % $(dict) |
44 | 44 |
$(bin)/in_place $< $(bin)/translate 1 $(dict) |
45 |
$(bin)/in_place $< $(bin)/canon 1 $(vocab) |
|
45 | 46 |
$(bin)/in_place $< env text=1 $(bin)/repl $(dict) 2 |
46 | 47 |
$(bin)/in_place $< $(bin)/sort 2 0 |
47 | 48 |
touch $@ |
48 |
# can't canon because this would remove ? prefixes |
|
49 | 49 |
.PRECIOUS: .Veg+-VegCore.csv.last_cleanup |
50 | 50 |
|
51 | 51 |
.VegX-VegCore.csv.last_cleanup: .%.last_cleanup: % $(dict) |
Also available in: Unified diff
mappings/Makefile: .Veg+-VegCore.csv.last_cleanup: Also canon the output (VegCore) column to the VegCore.csv vocabulary. ? prefixes are not a problem because there are always at least two alternatives listed for these terms, so canon will not modify the output field.