* add support for jmakeindex (a Japanese index processor)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-10-18 16:58:56 +00:00
parent a00bbf65db
commit e84bc5ac73
2 changed files with 3 additions and 1 deletions

View File

@ -603,7 +603,7 @@ def checkOtherEntries():
rc_entry = [ r'\jbibtex_command "%%"' ])
checkProg('an index processor', ['texindy', 'makeindex -c -q'],
rc_entry = [ r'\index_command "%%"' ])
checkProg('an index processor appropriate to Japanese', ['mendex -c -q', 'makeindex -c -q'],
checkProg('an index processor appropriate to Japanese', ['mendex -c -q', 'jmakeindex -c -q', 'makeindex -c -q'],
rc_entry = [ r'\jindex_command "%%"' ])
checkProg('a nomenclature processor', ['makeindex'],
rc_entry = [ r'\nomencl_command "makeindex -s nomencl.ist"' ])

View File

@ -30,6 +30,8 @@ What's new
- New layout files for Inderscience journals (bug 6293).
- Add support for jmakeindex (Japanese version of makeindex).
* USER INTERFACE