Project

General

Profile

« Previous | Next » 

Revision 6849

mappings/Makefile: Added VegCore.tables.csv, which contains all the tables in the VegCore data dictionary

View differences:

Makefile
11 11

  
12 12
##### General targets
13 13

  
14
all: _always VegCore.csv $(inputCoreMaps) ;
14
all: _always VegCore.csv VegCore.tables.csv $(inputCoreMaps) ;
15 15

  
16 16
clean: _always
17 17
	$(RM) $(all)
......
26 26
VegCore.csv: VegCore.htm
27 27
	$(sed) -n 's/^.*<a name="([^"]+)">.*$$/\1/p' <$< >$@
28 28

  
29
VegCore.tables.csv: VegCore.htm
30
	<$< $(sed) -n 's/^.*<h1 *><a href="#[^>]+>([^<]+).*$$/\1/p'\
31
|grep -vE '^Namespaces$$' >$@
32

  
29 33
# This tracks VegCore terms that are mapped to VegBIEN but not documented in
30 34
# VegCore.csv. This file is *not* svn:ignored, so it will show up with a ? when
31 35
# the user runs `svn st` if there are any unsourced terms.

Also available in: Unified diff