]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.py
* Add support for splitindex's \printsubindex command. File format change.
[lyx.git] / lib / configure.py
index e369b68e14fa9eabcf8c564c1a3468aae88c4c54..05f4c3b22616618aab02d1afec3cf9aea9b44a5a 100644 (file)
@@ -599,6 +599,8 @@ def checkOtherEntries():
         rc_entry = [ r'\index_command "%%"' ])
     checkProg('an index processor appropriate to Japanese', ['mendex -c -q', 'makeindex -c -q'],
         rc_entry = [ r'\jindex_command "%%"' ])
+    checkProg('the splitindex processor', ['splitindex.pl', 'java splitindex', 'splitindex'],
+        rc_entry = [ r'\splitindex_command "%%"' ])
     checkProg('a nomenclature processor', ['makeindex'],
         rc_entry = [ r'\nomencl_command "makeindex -s nomencl.ist"' ])
     ## FIXME: OCTAVE is not used anywhere