]> git.lyx.org Git - features.git/commitdiff
Fix scons/InseLayout again
authorBo Peng <bpeng@lyx.org>
Sun, 24 Feb 2008 16:28:46 +0000 (16:28 +0000)
committerBo Peng <bpeng@lyx.org>
Sun, 24 Feb 2008 16:28:46 +0000 (16:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23196 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct
development/scons/scons_manifest.py

index ffea437c85ec44f7c86ee434da2eb09795245b28..668859d1ed99a8ee3e75b319916e64bea6fb2117 100644 (file)
@@ -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')])
 
index 451bb80e83fee45a202caceaba22781f4dfd6cf9..cb5046010bd26929ada67759134552a4e148cd40 100644 (file)
@@ -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