]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/lyxpak.py
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / lib / scripts / lyxpak.py
index d34197799efdf4d8c2ce27117b3ad6735199c854..4d10cb641713b29d184979ef7eab27b13a273b95 100755 (executable)
@@ -160,7 +160,7 @@ def gather_files(curfile, incfiles, lyx2lyx):
             j = 0
             while j < len(bibfiles):
                 if os.path.isabs(bibfiles[j]):
-                    file = bibfiles[j]
+                    file = bibfiles[j] + '.bib'
                 else:
                     file = os.path.join(curdir, bibfiles[j] + '.bib')
                 if os.path.exists(file):