From 16326645952fb4de2cb7fa6fe7b3f9815febfdad Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 22 Jul 2006 15:17:27 +0000 Subject: [PATCH] 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 --- lib/doc/depend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2