equal
deleted
inserted
replaced
228 |
228 |
229 ################################################################ |
229 ################################################################ |
230 # Build targets. |
230 # Build targets. |
231 |
231 |
232 .PHONY: all |
232 .PHONY: all |
233 all: dist |
233 all: dict |
234 |
234 |
235 .PHONY: dist |
235 .PHONY: dict |
236 dist: $(DICTDZ_FILES) $(INDEX_FILES) |
236 dict: $(DICTDZ_FILES) $(INDEX_FILES) |
237 |
237 |
238 # --case-sensitive |
238 # --case-sensitive |
239 %.dict %.index: %.dict-c5 |
239 %.dict %.index: %.dict-c5 |
240 sed '/^#/d' $< | dictfmt -c5 \ |
240 sed '/^#/d' $< | dictfmt -c5 \ |
241 --headword-separator '; ' --break-headwords \ |
241 --headword-separator '; ' --break-headwords \ |