mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* configure.py: attempt to fix the check for the java version of splitindex.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31113 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a688f25880
commit
0c4f7f62c1
@ -678,8 +678,11 @@ def checkOtherEntries():
|
||||
alt_rc_entry = [ r'\index_alternatives "%%"' ])
|
||||
checkProg('an index processor appropriate to Japanese', ['mendex -c -q', 'makeindex -c -q'],
|
||||
rc_entry = [ r'\jindex_command "%%"' ])
|
||||
checkProg('the splitindex processor', ['splitindex.pl', 'splitindex', 'java splitindex'],
|
||||
path, splitindex = checkProg('the splitindex processor', ['splitindex.pl', 'splitindex'],
|
||||
rc_entry = [ r'\splitindex_command "%%"' ])
|
||||
if splitindex == '':
|
||||
checkProg('the splitindex processor (java version)', ['splitindex.class'],
|
||||
rc_entry = [ r'\splitindex_command "java splitindex"' ])
|
||||
checkProg('a nomenclature processor', ['makeindex'],
|
||||
rc_entry = [ r'\nomencl_command "makeindex -s nomencl.ist"' ])
|
||||
## FIXME: OCTAVE is not used anywhere
|
||||
|
Loading…
Reference in New Issue
Block a user