X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.py;h=05afc06712c87b22ab00129e4b9a112f5213b5ad;hb=6d630bef7abff857fc413fa9680092b5cf3b80ec;hp=26afa6fe1eff750d744a9e1a84e11758a4355f60;hpb=f70d8db24364186158b57700613af0b7d6ec542e;p=lyx.git diff --git a/lib/configure.py b/lib/configure.py index 26afa6fe1e..05afc06712 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', ['pbibtex', 'jbibtex', 'bibtex'], + checkProg('a specific Japanese BibTeX variant', ['pbibtex', 'jbibtex', 'bibtex'], rc_entry = [ r'\jbibtex_command "%%"' ]) checkProgAlternatives('available index processors', ['texindy', 'makeindex -c -q'], rc_entry = [ r'\index_command "%%"' ],