Makefile
changeset 245 5b9fac360762
parent 241 13fcad0b3a84
child 249 5ad075a475f2
equal deleted inserted replaced
244:3c8c80abbc05 245:5b9fac360762
   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 \