Makefile
changeset 593 32de94c1b039
parent 592 f45410f1f80e
child 608 01fcbb1d5cea
equal deleted inserted replaced
592:f45410f1f80e 593:32de94c1b039
   369 dictd c5: dict
   369 dictd c5: dict
   370 dict: $(DICTDZ_FILES) $(INDEX_FILES)
   370 dict: $(DICTDZ_FILES) $(INDEX_FILES)
   371 
   371 
   372 DICTFMT := dictfmt
   372 DICTFMT := dictfmt
   373 #  --case-sensitive
   373 #  --case-sensitive
   374 DICTFMT_OPT := --headword-separator '; ' --break-headwords --without-headword --utf8 --allchars
   374 DICTFMT_OPT := --headword-separator '; ' --break-headwords --without-headword --utf8 --allchars --columns 0
   375 
   375 
   376 dist/dictd/%.dict dist/dictd/%.index: dist/dictd/%.c5 dist/dictd/%.c5.name dist/dictd/%.c5.url $(MAKEFILE_LIST)
   376 dist/dictd/%.dict dist/dictd/%.index: dist/dictd/%.c5 dist/dictd/%.c5.name dist/dictd/%.c5.url $(MAKEFILE_LIST)
   377 	(cd dist/dictd; $(DICTFMT) $(DICTFMT_OPT)  -c5  -s "`cat $*.c5.name`" -u "`cat $*.c5.url`"  $*)  < $<
   377 	(cd dist/dictd; $(DICTFMT) $(DICTFMT_OPT)  -c5  -s "`cat $*.c5.name`" -u "`cat $*.c5.url`"  $*)  < $<
   378 
   378 
   379 dist/dictd/%.dict.dz: dist/dictd/%.dict
   379 dist/dictd/%.dict.dz: dist/dictd/%.dict