]> git.lyx.org Git - features.git/commitdiff
Do not add backup .lyx~ files to lib/doc/Makefile.depend.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Jul 2006 15:17:27 +0000 (15:17 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Jul 2006 15:17:27 +0000 (15:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14493 a592a061-630c-0410-9148-cb99ea01b6c8

lib/doc/depend.py

index 433e181e83aec9c0b2ef76e33aeed30aeaff1f90..bc7739a7131867030d51b592d5ffe879fc6966ce 100644 (file)
@@ -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: