# HG changeset patch # User Oleksandr Gavenko # Date 1475615497 -10800 # Node ID dc1684bc674d422f9ed2bd7fe5c1fbf6052b9afb # Parent 63f430bda7f945c7c229f43801416ab2906741ff Run ``dictfmt`` with ``--without-headword`` to avoid duplication and to reduce article size. diff -r 63f430bda7f9 -r dc1684bc674d Makefile --- 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 $< >$@