* configure.py: detect pbibtex (bug #6808)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34904 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-07-15 07:28:47 +00:00
parent 12bdd862ed
commit 194494d6d6
2 changed files with 3 additions and 2 deletions

View File

@ -637,7 +637,7 @@ def checkOtherEntries():
rc_entry = [ r'\chktex_command "%%"' ])
checkProg('BibTeX', ['bibtex'],
rc_entry = [ r'\bibtex_command "%%"' ])
checkProg('JBibTeX, the Japanese BibTeX', ['jbibtex', 'bibtex'],
checkProg('a specific Japanese BibTeX variant', ['pbibtex', 'jbibtex', 'bibtex'],
rc_entry = [ r'\jbibtex_command "%%"' ])
checkProg('an index processor', ['texindy', 'makeindex -c -q'],
rc_entry = [ r'\index_command "%%"' ])

View File

@ -24,7 +24,8 @@ What's new
* DOCUMENT INPUT/OUTPUT
- Add support for pBibTeX (formerly known as jBibTeX), a specific Japanese
BibTeX variant (bug 6808).
* USER INTERFACE