Revision 4889
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
5 | 5 |
|
6 | 6 |
# Paths |
7 | 7 |
bin := ../bin |
8 |
inputCoreMaps := VegCore.csv Veg+-VegCore.csv Veg+.unmapped_terms.csv \
|
|
9 |
VegCore-VegBIEN.csv VegX-VegCore.csv
|
|
8 |
inputCoreMaps := VegCore.csv Veg+-VegCore.csv VegCore-VegBIEN.csv \
|
|
9 |
VegX-VegCore.csv |
|
10 | 10 |
|
11 | 11 |
##### General targets |
12 | 12 |
|
... | ... | |
25 | 25 |
$(bin)/in_place $< $(bin)/sort 2 0 |
26 | 26 |
touch $@ |
27 | 27 |
|
28 |
.Veg+.unmapped_terms.csv.last_cleanup: .%.last_cleanup: % |
|
29 |
$(bin)/in_place $< $(bin)/sort_map |
|
30 |
touch $@ |
|
31 |
|
|
32 | 28 |
.%.last_cleanup: % |
33 | 29 |
$(bin)/in_place $< $(bin)/sort_map |
34 | 30 |
touch $@ |
Also available in: Unified diff
mappings/: Removed Veg+.unmapped_terms.csv because these terms are found in each datasource's new_terms.csv, which are updated regularly, while this file isn't, and which exist for every datasource, while this file only contained terms from a few datasources