Revision 6077
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
298 | 298 |
%/.map.csv.last_cleanup: %/map.csv $(vocab) $(dict) $(coreMap) $(srcDict) |
299 | 299 |
$(call translate?,$(srcDict)) |
300 | 300 |
$(bin)/in_place $< $(bin)/canon 1 $(vocab) |
301 |
$(bin)/in_place $< $(bin)/canon 1 $(dict) |
|
302 |
$(bin)/in_place $< $(bin)/translate 1 $(dict) |
|
301 |
$(call translate?,$(dict)) |
|
303 | 302 |
touch $@ |
304 | 303 |
+$(selfMake) $(<:%/map.csv=%/unmapped_terms.csv) |
305 | 304 |
+$(selfMake) $(<:%/map.csv=%/new_terms.csv) |
Also available in: Unified diff
input.Makefile: Maps building: %/.map.csv.last_cleanup: $(dict) canon/translate: Use new $(translate?)