Makefile
changeset 589 dc1684bc674d
parent 588 63f430bda7f9
child 592 f45410f1f80e
--- 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 $< >$@