From: Jürgen Spitzmüller Date: Sun, 18 Oct 2009 16:57:38 +0000 (+0000) Subject: * add support for jmakeindex (a Japanese index processor) X-Git-Tag: 2.0.0~5350 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fbb0c219ca5e0c3516e297dad4d0d8c3323baa6e;p=features.git * add support for jmakeindex (a Japanese index processor) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31659 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 0dde2bd0c7..3fe21a5c7a 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -816,7 +816,7 @@ def checkOtherEntries(): checkProgAlternatives('available index processors', ['texindy', 'makeindex -c -q'], rc_entry = [ r'\index_command "%%"' ], alt_rc_entry = [ r'\index_alternatives "%%"' ]) - checkProg('an index processor appropriate to Japanese', ['mendex -c -q', 'makeindex -c -q'], + checkProg('an index processor appropriate to Japanese', ['mendex -c -q', 'jmakeindex -c -q', 'makeindex -c -q'], rc_entry = [ r'\jindex_command "%%"' ]) path, splitindex = checkProg('the splitindex processor', ['splitindex.pl', 'splitindex'], rc_entry = [ r'\splitindex_command "%%"' ])