From: Uwe Stöhr Date: Tue, 23 Oct 2007 21:33:10 +0000 (+0000) Subject: scons/SConstruct: remove non-existent path to make "update_po" work X-Git-Tag: 1.6.10~7698 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1ffa302666f75c29bf5595be5597fc626ad443e0;p=features.git scons/SConstruct: remove non-existent path to make "update_po" work git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21156 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index f003635094..229aaa7a15 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1761,7 +1761,7 @@ if 'update_po' in BUILD_TARGETS: ['$TOP_SRCDIR/src/insets/%s' % x for x in src_insets_header_files + src_insets_files] + \ ['$TOP_SRCDIR/src/frontends/%s' % x for x in src_frontends_header_files + src_frontends_files] + \ ['$TOP_SRCDIR/src/graphics/%s' % x for x in src_graphics_header_files + src_graphics_files] + \ - ['$TOP_SRCDIR/src/frontends/qt4/%s' % x for x in src_frontends_qt4_header_files + src_frontends_qt4_files + src_frontends_qt4_moc_files] + \ + ['$TOP_SRCDIR/src/frontends/qt4/%s' % x for x in src_frontends_qt4_header_files + src_frontends_qt4_files] + \ ['$TOP_SRCDIR/src/client/%s' % x for x in src_client_header_files + src_client_files ] + \ ['$TOP_SRCDIR/src/tex2lyx/%s' % x for x in src_tex2lyx_header_files + src_tex2lyx_files ] )