mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
* development/scons/SConstruct: fix POTFILES.in generation
* development/scons/scons_manifest.py: add src_support_extra_files needed for POTFILES.in generation; add a few empty lines git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18112 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9fa2880677
commit
2aec22b662
@ -1990,7 +1990,7 @@ if update_po:
|
||||
# rebuild POTFILES.in
|
||||
POTFILES_in = env.potfiles('$TOP_SRCDIR/po/POTFILES.in',
|
||||
['$TOP_SRCDIR/src/%s' % x for x in src_header_files + src_pre_files + src_post_files if x != 'version.cpp'] + \
|
||||
['$TOP_SRCDIR/src/support/%s' % x for x in src_support_header_files + src_support_files if x != 'Package.cpp'] + \
|
||||
['$TOP_SRCDIR/src/support/%s' % x for x in src_support_header_files + src_support_files + src_support_extra_files if x != 'Package.cpp'] + \
|
||||
['$TOP_SRCDIR/src/mathed/%s' % x for x in src_mathed_header_files + src_mathed_files] + \
|
||||
['$TOP_SRCDIR/src/insets/%s' % x for x in src_insets_header_files + src_insets_files] + \
|
||||
['$TOP_SRCDIR/src/frontends/%s' % x for x in src_frontends_header_files + src_frontends_files] + \
|
||||
|
@ -167,6 +167,13 @@ src_support_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
src_support_extra_files = Split('''
|
||||
os_cygwin.cpp
|
||||
os_win32.cpp
|
||||
os_unix.cpp
|
||||
''')
|
||||
|
||||
|
||||
src_mathed_header_files = Split('''
|
||||
InsetMath.h
|
||||
InsetMathAMSArray.h
|
||||
@ -242,11 +249,13 @@ src_mathed_header_files = Split('''
|
||||
TextPainter.h
|
||||
''')
|
||||
|
||||
|
||||
src_mathed_extra_files = Split('''
|
||||
InsetFormulaMacro.h
|
||||
InsetFormulaMacro.cpp
|
||||
''')
|
||||
|
||||
|
||||
src_mathed_files = Split('''
|
||||
InsetMath.cpp
|
||||
InsetMathAMSArray.cpp
|
||||
@ -373,11 +382,13 @@ src_insets_header_files = Split('''
|
||||
RenderPreview.h
|
||||
''')
|
||||
|
||||
|
||||
src_inests_extra_files = Split('''
|
||||
InsetTheorem.h
|
||||
InsetTheorem.cpp
|
||||
''')
|
||||
|
||||
|
||||
src_insets_files = Split('''
|
||||
ExternalSupport.cpp
|
||||
ExternalTemplate.cpp
|
||||
@ -938,6 +949,7 @@ src_tex2lyx_copied_header_files = Split('''
|
||||
Lexer.h
|
||||
''')
|
||||
|
||||
|
||||
src_tex2lyx_copied_files = Split('''
|
||||
FloatList.cpp
|
||||
Floating.cpp
|
||||
@ -1232,18 +1244,22 @@ lib_bind_de_files = Split('''
|
||||
menus.bind
|
||||
''')
|
||||
|
||||
|
||||
lib_bind_fi_files = Split('''
|
||||
menus.bind
|
||||
''')
|
||||
|
||||
|
||||
lib_bind_pt_files = Split('''
|
||||
menus.bind
|
||||
''')
|
||||
|
||||
|
||||
lib_bind_sv_files = Split('''
|
||||
menus.bind
|
||||
''')
|
||||
|
||||
|
||||
lib_bind_files = Split('''
|
||||
broadway.bind
|
||||
cua.bind
|
||||
@ -1265,14 +1281,17 @@ lib_examples_ca_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_cs_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_da_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_de_files = Split('''
|
||||
Dezimal.lyx
|
||||
ItemizeBullets.lyx
|
||||
@ -1287,18 +1306,21 @@ lib_examples_de_files = Split('''
|
||||
multicol.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_es_files = Split('''
|
||||
ejemplo_con_lyx.lyx
|
||||
ejemplo_sin_lyx.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_eu_files = Split('''
|
||||
adibide_gordina.lyx
|
||||
adibide_lyx-atua.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_fr_files = Split('''
|
||||
AlignementDecimal.lyx
|
||||
CV.lyx
|
||||
@ -1313,21 +1335,25 @@ lib_examples_fr_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_he_files = Split('''
|
||||
example_raw.lyx
|
||||
he_example_lyxified.lyx
|
||||
he_example_raw.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_hu_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_it_files = Split('''
|
||||
ItemizeBullets.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_nl_files = Split('''
|
||||
multicol.lyx
|
||||
opsommingstekens.lyx
|
||||
@ -1336,28 +1362,34 @@ lib_examples_nl_files = Split('''
|
||||
voorbeeld_verlyxt.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_pl_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_pt_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_ru_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_sl_files = Split('''
|
||||
primer_lyxan.lyx
|
||||
primer_surov.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_ro_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_files = Split('''
|
||||
Foils.lyx
|
||||
ItemizeBullets.lyx
|
||||
@ -1401,6 +1433,7 @@ lib_examples_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_fonts_files = Split('''
|
||||
BaKoMaFontLicense.txt
|
||||
cmex10.ttf
|
||||
@ -1414,6 +1447,7 @@ lib_fonts_files = Split('''
|
||||
wasy10.ttf
|
||||
''')
|
||||
|
||||
|
||||
lib_images_files = Split('''
|
||||
all-changes-reject.xpm
|
||||
all-changes-accept.xpm
|
||||
@ -2251,6 +2285,7 @@ lib_ui_files = Split('''
|
||||
stdtoolbars.inc
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_clipart_files = Split('''
|
||||
BoxInsetDefaultQt4.png
|
||||
ChildDocumentQt4.png
|
||||
@ -2272,14 +2307,17 @@ lib_doc_clipart_files = Split('''
|
||||
without_fntright.pdf
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_cs_files = Split('''
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_da_files = Split('''
|
||||
Intro.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_de_files = Split('''
|
||||
Customization.lyx
|
||||
Extended.lyx
|
||||
@ -2289,6 +2327,7 @@ lib_doc_de_files = Split('''
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_es_files = Split('''
|
||||
DocumentoPostizo1.lyx
|
||||
DocumentoPostizo2.lyx
|
||||
@ -2299,6 +2338,7 @@ lib_doc_es_files = Split('''
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_es_clipart_files = Split('''
|
||||
ComentNotaImagenQt4.png
|
||||
CuadroMinipagQt4.png
|
||||
@ -2314,6 +2354,7 @@ lib_doc_es_clipart_files = Split('''
|
||||
referenciaQt4.png
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_eu_files = Split('''
|
||||
Customization.lyx
|
||||
Extended.lyx
|
||||
@ -2323,6 +2364,7 @@ lib_doc_eu_files = Split('''
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_fr_files = Split('''
|
||||
Customization.lyx
|
||||
Extended.lyx
|
||||
@ -2332,16 +2374,19 @@ lib_doc_fr_files = Split('''
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_he_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_hu_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_it_files = Split('''
|
||||
Customization.lyx
|
||||
Intro.lyx
|
||||
@ -2349,51 +2394,61 @@ lib_doc_it_files = Split('''
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_nl_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_nb_files = Split('''
|
||||
Intro.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_pl_files = Split('''
|
||||
Extended.lyx
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_pt_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_ro_files = Split('''
|
||||
Intro.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_ru_files = Split('''
|
||||
FAQ.lyx
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_sk_files = Split('''
|
||||
Tutorial.lyx
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_sl_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_sv_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_files = Split('''
|
||||
Customization.lyx
|
||||
DocStyle.lyx
|
||||
|
Loading…
Reference in New Issue
Block a user