Revision 7040
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
23 | 23 |
VegCore.htm: |
24 | 24 |
php -r 'fpassthru(fopen("https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore", "r"));' >$@ |
25 | 25 |
|
26 |
VegCore.csv: VegCore.htm VegCore.tables.csv
|
|
27 |
<$< $(sed) -n 's/^.*<a name="([^"]+)">.*$$/\1/p'\
|
|
28 |
|$(bin)/filter_out_cs 0 VegCore.tables.csv >$@
|
|
26 |
VegCore.csv: VegCore.htm |
|
27 |
(echo VegCore; $(sed) -n 's/^.*<a name="([a-z][^"]*|[A-Z]+)">.*$$/\1/p')\
|
|
28 |
<$< >$@
|
|
29 | 29 |
|
30 | 30 |
VegCore.tables.csv: VegCore.htm |
31 | 31 |
<$< $(sed) -n 's/^.*<h1 *><a href="#[^>]+>([^<]+).*$$/\1/p'\ |
Also available in: Unified diff
mappings/Makefile: VegCore.csv: Include only terms that start with a lowercase letter or are all caps. This also avoids the need to filter out VegCore.tables.csv.