mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Scons update for r19893, tex2lyx is still broken
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19896 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8175971041
commit
5a1116133a
@ -1790,7 +1790,7 @@ if 'update_po' in BUILD_TARGETS:
|
||||
['$TOP_SRCDIR/src/frontends/qt4/ui/%s' % x for x in src_frontends_qt4_ui_files],
|
||||
'$LYX_POT -b $TOP_SRCDIR -t qt4 -o $TARGET $SOURCES'),
|
||||
env.Command('$BUILDDIR/po/layouts_l10n.pot',
|
||||
['$TOP_SRCDIR/lib/layouts/%s' % x for x in lib_layouts_files + lib_layouts_inc_files],
|
||||
['$TOP_SRCDIR/lib/layouts/%s' % x for x in lib_layouts_files + lib_layouts_inc_files + lib_layouts_module_files],
|
||||
'$LYX_POT -b $TOP_SRCDIR -t layouts -o $TARGET $SOURCES'),
|
||||
env.Command('$BUILDDIR/po/languages_l10n.pot', '$TOP_SRCDIR/lib/languages',
|
||||
'$LYX_POT -b $TOP_SRCDIR -t languages -o $TARGET $SOURCES'),
|
||||
|
@ -88,6 +88,7 @@ src_header_files = Split('''
|
||||
MenuBackend.h
|
||||
Messages.h
|
||||
MetricsInfo.h
|
||||
ModuleList.h
|
||||
Mover.h
|
||||
OutputParams.h
|
||||
PSpell.h
|
||||
@ -244,6 +245,7 @@ src_pre_files = Split('''
|
||||
src_post_files = Split('''
|
||||
Box.cpp
|
||||
Dimension.cpp
|
||||
ModuleList.cpp
|
||||
PrinterParams.cpp
|
||||
SpellBase.cpp
|
||||
Thesaurus.cpp
|
||||
@ -2708,6 +2710,17 @@ lib_layouts_inc_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_layouts_module_files = Split('''
|
||||
lib/layouts/url.module
|
||||
lib/layouts/endnotes.module
|
||||
lib/layouts/foottoend.module
|
||||
lib/layouts/theorems-ams-withinsec.module
|
||||
lib/layouts/theorems-ams.module
|
||||
lib/layouts/theorems-withinsec.module
|
||||
lib/layouts/theorems-withinchap.module
|
||||
lib/layouts/theorems-std.module
|
||||
''')
|
||||
|
||||
lib_scripts_files = Split('''
|
||||
TeXFiles.py
|
||||
clean_dvi.py
|
||||
|
Loading…
Reference in New Issue
Block a user