From b0d2527e016aa239ba7071fefc9d255a06c22537 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 4 May 2011 00:05:39 +0000 Subject: [PATCH] scons/SConstruct: fix SCons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38577 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index f7a7db8e37..d5c63c9bb8 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1930,6 +1930,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS: ('examples/sk', lib_examples_sk_files), ('examples/sl', lib_examples_sl_files), ('examples/sr', lib_examples_sr_files), + ('examples/sv', lib_examples_sv_files), ('examples/uk', lib_examples_uk_files), ('fonts', lib_fonts_files), ('images', lib_images_files), -- 2.39.2