mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* 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:
parent
12bdd862ed
commit
194494d6d6
@ -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 "%%"' ])
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user