Revision 7485
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
9 | 9 |
# Paths |
10 | 10 |
bin := ../bin |
11 | 11 |
inputCoreMaps := VegCore-VegBIEN.csv VegX-VegCore.csv |
12 |
vocab := VegCore.csv |
|
13 |
thesaurus := Veg+-VegCore.csv
|
|
12 |
vocab := VegCore.vocab.csv
|
|
13 |
thesaurus := VegCore.thesaurus.csv
|
|
14 | 14 |
|
15 | 15 |
##### General targets |
16 | 16 |
|
Also available in: Unified diff
Renamed mappings/VegCore.csv to VegCore.vocab.csv and Veg+-VegCore.csv to VegCore.thesaurus.csv for clarity