Revision 7525
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
27 | 27 |
php -r 'fpassthru(fopen("https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore", "r"));' >$@ |
28 | 28 |
|
29 | 29 |
$(vocab): VegCore.htm |
30 |
(echo VegCore; $(sed) -n 's/^<h[2-4][^>]*>(<img [^>]*>)? *<a href="#[^>]*>(\??([a-z]|[A-Z]{2})[^<]*)<\/a>.*<a href="#[^"-]+".*$$/\2/p'\ |
|
31 |
|sort -u) <$< >$@ |
|
30 |
(echo VegCore; $(sed) -n 's/^<h[2-4][^>]*>(<img [^>]*>)? *<a href="#[^>]*>(\??([a-z]|[A-Z]{2})[^<]*)<\/a>.*<a href="#[^"-]+".*$$/\2/p') \ |
|
31 |
<$< >$@ |
|
32 |
$(bin)/in_place $@ $(bin)/sort_ci |
|
32 | 33 |
|
33 | 34 |
$(thesaurus): VegCore.htm |
34 | 35 |
(echo "Veg+,VegCore"; $(bin)/redmine_synonyms|grep -vE '^\??[A-Z][a-z]';\ |
Also available in: Unified diff
mappings/Makefile: VegCore.vocab.csv: Ignore leading ? when sorting so that ambiguous terms sort alphabetically with other terms. This prevents terms from moving from their previous location when they become ambiguous.