]> git.lyx.org Git - features.git/blobdiff - development/scons/SConstruct
Scons: adopt Georg's solution for tex2lyx/gettext
[features.git] / development / scons / SConstruct
index 63229e6beaac26529704524182feaeedd687e879..bd13109e53832790c1913ecae996803054ae2f60 100644 (file)
@@ -1795,8 +1795,7 @@ if build_tex2lyx:
     tex2lyx_env.Prepend(CPPPATH = ['$BUILDDIR/common/tex2lyx'])
     tex2lyx_env.AppendUnique(LIBPATH = ['#$LOCALLIBPATH'])
 
-    for file in ['FloatList.C', 'Floating.C', 'counters.C', 'gettext.h', 'gettext.C', 
-        'lyxlayout.h', 'lyxlayout.C', 'messages.h', 'messages.C',
+    for file in ['FloatList.C', 'Floating.C', 'counters.C', 'lyxlayout.h', 'lyxlayout.C', 
         'lyxtextclass.h', 'lyxtextclass.C', 'lyxlex.C', 'lyxlex_pimpl.C']:
         env.Command('$BUILDDIR/common/tex2lyx/'+file, '$TOP_SRCDIR/src/'+file,
             [Copy('$TARGET', '$SOURCE')])