]> git.lyx.org Git - features.git/commitdiff
* configure.py: check also for xindy, which is a reasonable alternative to texindy...
authorJürgen Spitzmüller <spitz@lyx.org>
Wed, 2 Feb 2011 16:12:35 +0000 (16:12 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Wed, 2 Feb 2011 16:12:35 +0000 (16:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37422 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 99b931edd76ef4f2fbbfaa9fc526589bcd4ae2f3..847937e7ea55156717e9b34209c4968106dc8662 100644 (file)
@@ -918,7 +918,7 @@ def checkOtherEntries():
         alt_rc_entry = [ r'\bibtex_alternatives "%%"' ])
     checkProg('a specific Japanese BibTeX variant', ['pbibtex', 'jbibtex', 'bibtex'],
         rc_entry = [ r'\jbibtex_command "%%"' ])
-    checkProgAlternatives('available index processors', ['texindy', 'makeindex -c -q'],
+    checkProgAlternatives('available index processors', ['texindy', 'makeindex -c -q', 'xindy'],
         rc_entry = [ r'\index_command "%%"' ],
         alt_rc_entry = [ r'\index_alternatives "%%"' ])
     checkProg('an index processor appropriate to Japanese', ['mendex -c -q', 'jmakeindex -c -q', 'makeindex -c -q'],