From 1ffa302666f75c29bf5595be5597fc626ad443e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 23 Oct 2007 21:33:10 +0000 Subject: [PATCH] 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 --- development/scons/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ) -- 2.39.2