mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
try to make scons people happy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18098 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6add1994c7
commit
bdcf34ae9c
@ -935,8 +935,8 @@ src_tex2lyx_header_files = Split('''
|
|||||||
|
|
||||||
|
|
||||||
src_tex2lyx_copied_header_files = Split('''
|
src_tex2lyx_copied_header_files = Split('''
|
||||||
LyXLayout.h
|
Layout.h
|
||||||
LyXTextClass.h
|
TextClass.h
|
||||||
Lexer.h
|
Lexer.h
|
||||||
''')
|
''')
|
||||||
|
|
||||||
@ -944,8 +944,8 @@ src_tex2lyx_copied_files = Split('''
|
|||||||
FloatList.cpp
|
FloatList.cpp
|
||||||
Floating.cpp
|
Floating.cpp
|
||||||
Counters.cpp
|
Counters.cpp
|
||||||
LyXLayout.cpp
|
Layout.cpp
|
||||||
LyXTextClass.cpp
|
TextClass.cpp
|
||||||
Lexer.cpp
|
Lexer.cpp
|
||||||
''')
|
''')
|
||||||
|
|
||||||
@ -1048,8 +1048,8 @@ src_header_files = Split('''
|
|||||||
Server.h
|
Server.h
|
||||||
ServerSocket.h
|
ServerSocket.h
|
||||||
LyXText.h
|
LyXText.h
|
||||||
LyXTextClass.h
|
TextClass.h
|
||||||
LyXTextClassList.h
|
TextClassList.h
|
||||||
LyXVC.h
|
LyXVC.h
|
||||||
Messages.h
|
Messages.h
|
||||||
MetricsInfo.h
|
MetricsInfo.h
|
||||||
@ -1149,8 +1149,8 @@ src_pre_files = Split('''
|
|||||||
Row.cpp
|
Row.cpp
|
||||||
Server.cpp
|
Server.cpp
|
||||||
ServerSocket.cpp
|
ServerSocket.cpp
|
||||||
LyXTextClass.cpp
|
TextClass.cpp
|
||||||
LyXTextClassList.cpp
|
TextClassList.cpp
|
||||||
LyXVC.cpp
|
LyXVC.cpp
|
||||||
Messages.cpp
|
Messages.cpp
|
||||||
MetricsInfo.cpp
|
MetricsInfo.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user