Revision 7485
Added by Aaron Marcuse-Kubitza almost 12 years ago
input.Makefile | ||
---|---|---|
145 | 145 |
|
146 | 146 |
srcDict := map.csv |
147 | 147 |
|
148 |
vocab := $(mappings)/VegCore.csv |
|
148 |
vocab := $(mappings)/VegCore.vocab.csv |
|
149 |
thesaurus := $(mappings)/VegCore.thesaurus.csv |
|
149 | 150 |
coreMap := $(mappings)/VegCore-VegBIEN.csv |
150 |
thesaurus := $(mappings)/Veg+-VegCore.csv |
|
151 | 151 |
|
152 | 152 |
viaMaps := $(importTables:%=%/map.csv) |
153 | 153 |
|
Also available in: Unified diff
Renamed mappings/VegCore.csv to VegCore.vocab.csv and Veg+-VegCore.csv to VegCore.thesaurus.csv for clarity