From f9a423c9a686fec2dbc2ecdef4003a5af05a3d5c Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sun, 4 Mar 2007 10:52:31 +0000 Subject: [PATCH] * scons/SConstruct: fix clipart directory; remove duplicate 'doc' entry git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17402 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 0a6b4b3978..2ae4f4559f 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -2075,7 +2075,6 @@ if build_install: dirs = [] for (dir,files) in [ ('.', lib_files), - ('clipart', lib_doc_clipart_files), ('images', lib_images_files), ('images/math', lib_images_math_files), ('kbd', lib_kbd_files), @@ -2090,10 +2089,12 @@ if build_install: ('bind/pt', lib_bind_pt_files), ('bind/sv', lib_bind_sv_files), ('doc', lib_doc_files), + ('doc/clipart', lib_doc_clipart_files), ('doc/cs', lib_doc_cs_files), ('doc/da', lib_doc_da_files), ('doc/de', lib_doc_de_files), ('doc/es', lib_doc_es_files), + ('doc/es/clipart', lib_doc_es_clipart_files), ('doc/eu', lib_doc_eu_files), ('doc/fr', lib_doc_fr_files), ('doc/he', lib_doc_he_files), @@ -2108,7 +2109,6 @@ if build_install: ('doc/sk', lib_doc_sk_files), ('doc/sl', lib_doc_sl_files), ('doc/sv', lib_doc_sv_files), - ('doc', lib_doc_files), ('examples', lib_examples_files), ('examples/ca', lib_examples_ca_files), ('examples/cs', lib_examples_cs_files), -- 2.39.2