mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Amend [d30da478d/lyxgit]
Some non-stable code was erroneously cherry-picked. Fixes: #11642
This commit is contained in:
parent
d30da478d4
commit
2479534e57
@ -1605,11 +1605,8 @@ def processModuleFile(file, filename, bool_docbook):
|
||||
cm.write(line + '\n')
|
||||
cm.close()
|
||||
|
||||
local = "true"
|
||||
if (file.startswith(srcdir)):
|
||||
local = "false"
|
||||
return ('"%s" "%s" "%s" "%s" "%s" "%s" "%s" "%s"\n'
|
||||
% (modname, filename, desc, pkgs, req, excl, catgy, local))
|
||||
return ('"%s" "%s" "%s" "%s" "%s" "%s" "%s"\n'
|
||||
% (modname, filename, desc, pkgs, req, excl, catgy))
|
||||
|
||||
|
||||
def checkCiteEnginesConfig():
|
||||
|
@ -105,6 +105,8 @@ What's new
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
- Fix configure process with Python 3 (bug 11642).
|
||||
|
||||
- Fix some numbering issues with bibitems (bug 2743, 8499).
|
||||
|
||||
- Deal properly with orphaned bibitems (bug 7160).
|
||||
|
Loading…
Reference in New Issue
Block a user