mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Scons: fix the handling of layout module files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21042 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c67b21683d
commit
a5031475be
@ -1979,7 +1979,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
|
|||||||
('images', lib_images_files),
|
('images', lib_images_files),
|
||||||
('images/math', lib_images_math_files),
|
('images/math', lib_images_math_files),
|
||||||
('kbd', lib_kbd_files),
|
('kbd', lib_kbd_files),
|
||||||
('layouts', lib_layouts_files + lib_layouts_inc_files),
|
('layouts', lib_layouts_files + lib_layouts_inc_files + lib_layouts_module_files),
|
||||||
('lyx2lyx', lib_lyx2lyx_files),
|
('lyx2lyx', lib_lyx2lyx_files),
|
||||||
('scripts', lib_scripts_files),
|
('scripts', lib_scripts_files),
|
||||||
('templates', lib_templates_files),
|
('templates', lib_templates_files),
|
||||||
|
@ -2625,16 +2625,16 @@ lib_layouts_inc_files = Split('''
|
|||||||
|
|
||||||
|
|
||||||
lib_layouts_module_files = Split('''
|
lib_layouts_module_files = Split('''
|
||||||
lib/layouts/endnotes.module
|
endnotes.module
|
||||||
lib/layouts/foottoend.module
|
foottoend.module
|
||||||
lib/layouts/hanging.module
|
hanging.module
|
||||||
lib/layouts/logicalmkup.module
|
logicalmkup.module
|
||||||
lib/layouts/theorems-ams.module
|
theorems-ams.module
|
||||||
lib/layouts/theorems-ams-withinsec.module
|
theorems-ams-withinsec.module
|
||||||
lib/layouts/theorems-std.module
|
theorems-std.module
|
||||||
lib/layouts/theorems-withinsec.module
|
theorems-withinsec.module
|
||||||
lib/layouts/theorems-withinchap.module
|
theorems-withinchap.module
|
||||||
lib/layouts/url.module
|
url.module
|
||||||
''')
|
''')
|
||||||
|
|
||||||
lib_scripts_files = Split('''
|
lib_scripts_files = Split('''
|
||||||
|
Loading…
Reference in New Issue
Block a user