]> git.lyx.org Git - features.git/commitdiff
* add support for jmakeindex (a Japanese index processor)
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 18 Oct 2009 16:57:38 +0000 (16:57 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 18 Oct 2009 16:57:38 +0000 (16:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31659 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 0dde2bd0c7484fdee04f9ed675b9cf6c7a527759..3fe21a5c7aa87caf7c3038d946243bc9b5a0e289 100644 (file)
@@ -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 "%%"' ])