Project

General

Profile

« Previous | Next » 

Revision 6629

mappings/VegCore.csv, Veg+-VegCore.csv: Reversed order of Comments, Sources columns to match Redmine table order

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 1 0
36 36
	$(bin)/in_place $< uniq
37 37
	touch $@
38 38
	$(MAKE) VegCore.redmine
......
41 41

  
42 42
.Veg+-VegCore.csv.last_cleanup: .%.last_cleanup: % $(dict)
43 43
	$(bin)/in_place $< $(bin)/translate 1 $(dict)
44
	$(bin)/in_place $< $(bin)/sort 3 0
44
	$(bin)/in_place $< $(bin)/sort 2 0
45 45
	touch $@
46 46
# can't canon because this would remove ? prefixes
47 47
.PRECIOUS: .Veg+-VegCore.csv.last_cleanup
......
71 71
# Documentation
72 72

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

Also available in: Unified diff