From: Bo Peng Date: Sun, 24 Feb 2008 16:28:46 +0000 (+0000) Subject: Fix scons/InseLayout again X-Git-Tag: 1.6.10~6118 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5f18e5ea819baf1526147c9b389a60c8b140f178;p=features.git Fix scons/InseLayout again git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23196 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index ffea437c85..668859d1ed 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1622,7 +1622,7 @@ Alias('client', client) # # tex2lyx # -for file in src_tex2lyx_copied_files: +for file in src_tex2lyx_copied_files + src_tex2lyx_copied_header_files: frontend_env.Command('$BUILDDIR/src/tex2lyx/'+file, '$TOP_SRCDIR/src/'+file, [Copy('$TARGET', '$SOURCE')]) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 451bb80e83..cb5046010b 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -621,6 +621,11 @@ src_tex2lyx_files = Split(''' ''') +src_tex2lyx_copied_header_files = Split(''' + insets/InsetLayout.h +''') + + src_tex2lyx_copied_files = Split(''' Color.cpp Counters.cpp