Project

General

Profile

« Previous | Next » 

Revision 7445

redmine_synonyms: Fixed bug where need to output a CSV rather than TSV to be usable by other programs that use map spreadsheets

View differences:

Makefile
28 28
<$< >$@
29 29

  
30 30
#Veg+-VegCore.csv: VegCore.htm
31
#	(echo "Veg+	VegCore"; $(bin)/redmine_synonyms) <$< >$@
31
#	(echo "Veg+,VegCore"; $(bin)/redmine_synonyms) <$< >$@
32 32

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

Also available in: Unified diff