Project

General

Profile

« Previous | Next » 

Revision 7475

mappings/Makefile: VegCore.csv: Fixed bug where need to remove duplicates, which are no longer supported by canon, by removing alternatives of ambiguous terms when these occur separately from their definitions

View differences:

Makefile
28 28
	php -r 'fpassthru(fopen("https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore", "r"));' >$@
29 29

  
30 30
VegCore.csv: VegCore.htm
31
	(echo VegCore; $(sed) -n 's/^.*<h[24][^>]*><a href="#[^>]+>(([a-z]|[A-Z]{2})[^<]*).*$$/\1/p')\
31
	(echo VegCore; $(sed) -n 's/^.*<h[24][^>]*><a [^>]*>(([a-z]|[A-Z]{2})[^<]*)<\/a><a href="#[^"-]+".*$$/\1/p')\
32 32
<$< >$@
33 33

  
34 34
Veg+-VegCore.csv: VegCore.htm

Also available in: Unified diff