Project

General

Profile

« Previous | Next » 

Revision 6699

mappings/VegCore.csv: Added Values column to store closed list values

View differences:

Makefile
32 32

  
33 33
.VegCore.csv.last_cleanup: .%.last_cleanup: % $(dict)
34 34
	$(bin)/in_place $< $(bin)/translate 0 $(dict)
35
	$(bin)/in_place $< $(bin)/sort 2 0
35
	$(bin)/in_place $< $(bin)/sort 3 0
36 36
	$(bin)/in_place $< uniq
37 37
	touch $@
38 38
	$(MAKE) VegCore.redmine
......
71 71
# Documentation
72 72

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

Also available in: Unified diff