From: Pavel Sanda Date: Tue, 6 Jul 2010 20:57:45 +0000 (+0000) Subject: Recognize 'jbibtex' in pLaTeX . Patch from Koji, #6808. X-Git-Tag: 2.0.0~3040 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f70d8db24364186158b57700613af0b7d6ec542e;p=features.git Recognize 'jbibtex' in pLaTeX . Patch from Koji, #6808. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34792 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index d379f5b0eb..26afa6fe1e 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -857,7 +857,7 @@ def checkOtherEntries(): checkProgAlternatives('BibTeX or alternative programs', ['bibtex', 'bibtex8', 'biber'], rc_entry = [ r'\bibtex_command "%%"' ], alt_rc_entry = [ r'\bibtex_alternatives "%%"' ]) - checkProg('JBibTeX, the Japanese BibTeX', ['jbibtex', 'bibtex'], + checkProg('JBibTeX, the Japanese BibTeX', ['pbibtex', 'jbibtex', 'bibtex'], rc_entry = [ r'\jbibtex_command "%%"' ]) checkProgAlternatives('available index processors', ['texindy', 'makeindex -c -q'], rc_entry = [ r'\index_command "%%"' ],