Run ``dictfmt`` with ``--without-headword`` to avoid duplication and to reduce article size.
--- a/Makefile Wed Sep 28 21:20:04 2016 +0300
+++ b/Makefile Wed Oct 05 00:11:37 2016 +0300
@@ -371,7 +371,7 @@
# --case-sensitive
dist/dictd/%.dict dist/dictd/%.index: dist/dictd/%.c5 dist/dictd/%.c5.name dist/dictd/%.c5.url $(MAKEFILE_LIST)
- (cd dist/dictd; dictfmt -c5 --headword-separator '; ' --break-headwords --utf8 --allchars -s "`cat $*.c5.name`" -u "`cat $*.c5.url`" $*) < $<
+ (cd dist/dictd; dictfmt -c5 --headword-separator '; ' --break-headwords --without-headword --utf8 --allchars -s "`cat $*.c5.name`" -u "`cat $*.c5.url`" $*) < $<
dist/dictd/%.dict.dz: dist/dictd/%.dict
dictzip -c $< >$@