]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.py
UserGuide.lyx: clarify the description of the character encodings
[lyx.git] / lib / configure.py
index 541c8bab6497e10eac2412a5cc8a633d27bc52ed..051be5b43202af38d6364f49756e13ebd62ad995 100644 (file)
@@ -573,6 +573,8 @@ def checkOtherEntries():
         rc_entry = [ r'\chktex_command "%%"' ])
     checkProg('BibTeX', ['jbibtex', 'bibtex'],
         rc_entry = [ r'\bibtex_command "%%"' ])
+    checkProg('an index processor', ['texindy', 'makeindex -c -q'],
+        rc_entry = [ r'\index_command "%%"' ])
     checkProg('a spellchecker', ['ispell'],
         rc_entry = [ r'\spell_command "%%"' ])
     ## FIXME: OCTAVE is not used anywhere