mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
* 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
This commit is contained in:
parent
3e5493ace1
commit
a46886a8ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user