From b429bfb48ac23ccc04d6f25cc5e15f8d564b0139 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 13 Jun 2017 14:19:02 +0100 Subject: Enable --index-data-separator in dictfmt There are newer releases of GoldenDict now, so their bug that made me hold off on this feature can now be safely ignored. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b60533..8b6d8fd 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ oed.dict: oed.jargon cat oed.jargon \ | dictfmt -j --utf8 \ --columns 0 --headword-separator ',' \ + --index-data-separator " " \ -u http://njw.me.uk/oed \ -s "Oxford English Dictionary, 2nd Edition" \ oed -- cgit v1.2.3