Project

General

Profile

« Previous | Next » 

Revision 6675

mappings/VegCore.csv: Moved Definition values that are actually comments into separate Comments column

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 1 0
35
	$(bin)/in_place $< $(bin)/sort 2 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 <$+ >$@
74
	$(bin)/dict2redmine 0 2 <$+ >$@

Also available in: Unified diff