Project

General

Profile

« Previous | Next » 

Revision 7438

mappings/Makefile: VegCore.tables.csv: Exclude ambiguous table names, which should not be part of the tables summary (as neither are table synonyms)

View differences:

mappings/Makefile
31 31
#	(echo "Veg+	VegCore"; $(bin)/redmine_synonyms) <$< >$@
32 32

  
33 33
VegCore.tables.csv: VegCore.htm
34
	<$< $(sed) -n 's/^.*<h1 *><a href="#[^>]+>([^<]+).*$$/\1/p' >$@
34
	<$< $(sed) -n 's/^.*<h1 *><a href="#[^>]+>([^?<][^<]*).*$$/\1/p' >$@
35 35

  
36 36
VegCore.tables.redmine: VegCore.tables.csv
37 37
	$(sed) -n 's/^.*$$/[[VegCore#&|&]]/p' <$< >$@

Also available in: Unified diff