The branch, master, has been updated. - Log -----------------------------------------------------------------
commit f6fde4b55326c7fe3821c05d64fb00d2c36c4ef4 Author: Enrico Forestieri <[email protected]> Date: Sat Oct 20 18:27:35 2012 +0200 Fix bug #8379: LyX Archive fails to include BibTeX files diff --git a/lib/scripts/lyxpak.py b/lib/scripts/lyxpak.py index d341977..4d10cb6 100755 --- a/lib/scripts/lyxpak.py +++ b/lib/scripts/lyxpak.py @@ -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): ----------------------------------------------------------------------- Summary of changes: lib/scripts/lyxpak.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
