Revision 6626
Added by Aaron Marcuse-Kubitza about 12 years ago
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
dict2redmine: Take term and sources col #s as args instead of hardcoding them by column name or position