Add new lyx2lyx files to scons. Needs testing!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@38492 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-04-25 07:37:11 +00:00
parent d04b85a5c0
commit 085b26ba0d

View File

@ -2626,6 +2626,7 @@ lib_lyx2lyx_files = Split('''
LyX.py LyX.py
lyx2lyx lyx2lyx
lyx2lyx_lang.py lyx2lyx_lang.py
lyx2lyx_tools.py
lyx_0_06.py lyx_0_06.py
lyx_0_08.py lyx_0_08.py
lyx_0_10.py lyx_0_10.py
@ -2640,9 +2641,11 @@ lib_lyx2lyx_files = Split('''
lyx_1_4.py lyx_1_4.py
lyx_1_5.py lyx_1_5.py
lyx_1_6.py lyx_1_6.py
lyx_2_0.py
parser_tools.py parser_tools.py
profiling.py profiling.py
test_parser_tools.py test_parser_tools.py
unicode_symbols.py
''') ''')