Amend [d30da478d/lyxgit]

Some non-stable code was erroneously cherry-picked.

Fixes: #11642
This commit is contained in:
Juergen Spitzmueller 2019-08-22 17:35:56 +02:00
parent d30da478d4
commit 2479534e57
2 changed files with 4 additions and 5 deletions

View File

@ -1605,11 +1605,8 @@ def processModuleFile(file, filename, bool_docbook):
cm.write(line + '\n') cm.write(line + '\n')
cm.close() cm.close()
local = "true" return ('"%s" "%s" "%s" "%s" "%s" "%s" "%s"\n'
if (file.startswith(srcdir)): % (modname, filename, desc, pkgs, req, excl, catgy))
local = "false"
return ('"%s" "%s" "%s" "%s" "%s" "%s" "%s" "%s"\n'
% (modname, filename, desc, pkgs, req, excl, catgy, local))
def checkCiteEnginesConfig(): def checkCiteEnginesConfig():

View File

@ -105,6 +105,8 @@ What's new
* USER INTERFACE * USER INTERFACE
- Fix configure process with Python 3 (bug 11642).
- Fix some numbering issues with bibitems (bug 2743, 8499). - Fix some numbering issues with bibitems (bug 2743, 8499).
- Deal properly with orphaned bibitems (bug 7160). - Deal properly with orphaned bibitems (bug 7160).