Project

General

Profile

« Previous | Next » 

Revision 7209

mappings/Makefile: VegCore.tables.csv: Removed no longer needed removal of Namespaces table, which is now marked as just a section, not a table

View differences:

mappings/Makefile
28 28
<$< >$@
29 29

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

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

Also available in: Unified diff