Revision 7462
Added by Aaron Marcuse-Kubitza almost 12 years ago
mappings/Makefile | ||
---|---|---|
31 | 31 |
<$< >$@ |
32 | 32 |
|
33 | 33 |
#Veg+-VegCore.csv: VegCore.htm |
34 |
# (echo "Veg+,VegCore"; $(bin)/redmine_synonyms) <$< >$@ |
|
34 |
# (echo "Veg+,VegCore"; $(bin)/redmine_synonyms|grep -vE '^[A-Z]') <$< >$@
|
|
35 | 35 |
# # Canonicalize alternatives of ambiguous terms using unambiguous mappings |
36 | 36 |
# $(bin)/in_place $@ $(bin)/translate 1 <(grep -vE '^\?' $(dict)) |
37 | 37 |
# $(bin)/in_place $@ $(bin)/collapse_multimap |
Also available in: Unified diff
mappings/Makefile: Veg+-VegCore.csv: Fixed bug where need to filter out table names to avoid applying table replacements to fields which have the same name as a table