From a46886a8ffad5c4447f382ae3bc420786d71e879 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 20 Jun 2008 08:46:00 +0000 Subject: [PATCH] * lib/configure.py: - check if texindy is available and if so, use it instead of makeindex (bug 4732). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25334 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/configure.py b/lib/configure.py index 541c8bab64..051be5b432 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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 -- 2.39.2