Project

General

Profile

« Previous | Next » 

Revision 6626

dict2redmine: Take term and sources col #s as args instead of hardcoding them by column name or position

View differences:

Makefile
70 70

  
71 71
# Documentation
72 72

  
73
%.redmine: %.csv
74
	$(bin)/dict2redmine <$+ >$@
73
VegCore.redmine: VegCore.csv
74
	$(bin)/dict2redmine 0 2 <$+ >$@

Also available in: Unified diff