From d46530677d2c22d897175be15a67ffb4ecc1f756 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 13 Nov 2008 01:59:29 +0000 Subject: [PATCH] SConstruct, scons_manifest.py: fix for Galician git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27409 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 ++ development/scons/scons_manifest.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 803f132e4a..d7a375c2eb 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1942,6 +1942,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS: ('doc/eu', lib_doc_eu_files), ('doc/fr', lib_doc_fr_files), ('doc/fr/clipart', lib_doc_fr_clipart_files), + ('doc/gl', lib_doc_gl_files), ('doc/he', lib_doc_he_files), ('doc/hu', lib_doc_hu_files), ('doc/it', lib_doc_it_files), @@ -1968,6 +1969,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS: ('examples/eu', lib_examples_eu_files), ('examples/fa', lib_examples_fa_files), ('examples/fr', lib_examples_fr_files), + ('examples/gl', lib_examples_gl_files), ('examples/he', lib_examples_he_files), ('examples/hu', lib_examples_hu_files), ('examples/it', lib_examples_it_files), diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index e790f11a59..9ee65b51fd 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -2193,7 +2193,7 @@ lib_doc_fr_clipart_files = Split(''' ''') -lib_doc_gl_extra_files = Split(''' +lib_doc_gl_files = Split(''' Intro.lyx Tutorial.lyx ''') @@ -2425,7 +2425,7 @@ lib_examples_eu_files = Split(''' ''') -lib_examples_gl_extra_files = Split(''' +lib_examples_gl_files = Split(''' exemplo_bruto.lyx exemplo_lyxificado.lyx splash.lyx -- 2.39.5