Run ``dictfmt`` with ``--without-headword`` to avoid duplication and to reduce article size.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 05 Oct 2016 00:11:37 +0300
changeset 589 dc1684bc674d
parent 588 63f430bda7f9
child 590 c22723594d95
Run ``dictfmt`` with ``--without-headword`` to avoid duplication and to reduce article size.
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 $< >$@