Project

General

Profile

« Previous | Next » 

Revision 6621

mappings/Makefile: Create VegCore.redmine from VegCore.csv

View differences:

Makefile
35 35
	$(bin)/in_place $< $(bin)/sort 2 0
36 36
	$(bin)/in_place $< uniq
37 37
	touch $@
38
	$(MAKE) VegCore.redmine
38 39
	$(MAKE) VegCore-VegBIEN.unsourced_terms.csv
39 40
.PRECIOUS: .VegCore.csv.last_cleanup
40 41

  
......
66 67
	$(MAKE) $(@:%=.%.last_cleanup)
67 68
.PRECIOUS: $(inputCoreMaps)
68 69
endif
70

  
71
# Documentation
72

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

Also available in: Unified diff