From: Georg Baum Date: Sat, 22 Jul 2006 15:17:27 +0000 (+0000) Subject: Do not add backup .lyx~ files to lib/doc/Makefile.depend. X-Git-Tag: 1.6.10~12917 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=16326645952fb4de2cb7fa6fe7b3f9815febfdad;p=features.git Do not add backup .lyx~ files to lib/doc/Makefile.depend. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14493 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/doc/depend.py b/lib/doc/depend.py index 433e181e83..bc7739a713 100644 --- a/lib/doc/depend.py +++ b/lib/doc/depend.py @@ -53,7 +53,7 @@ def main(argv): # What are the languages available? And its documents? languages = {} srcdir = os.path.dirname(argv[0]) - for file in glob(srcdir + '/*'): + for file in glob(srcdir + '/*.lyx'): file = os.path.basename(file) lang = lang_pattern.match(file) if lang: