From: Uwe Stöhr Date: Sun, 20 Jan 2008 21:44:49 +0000 (+0000) Subject: the missing things of r22635 X-Git-Tag: 1.6.10~6548 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=82fba225a5c2a85b672bfee7633bf1b1b4da961d;p=features.git the missing things of r22635 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22638 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index c7de1d84b1..6adfc5e50f 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1973,6 +1973,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS: ('examples/he', lib_examples_he_files), ('examples/hu', lib_examples_hu_files), ('examples/it', lib_examples_it_files), + ('examples/ja', lib_examples_ja_files), ('examples/nl', lib_examples_nl_files), ('examples/pl', lib_examples_pl_files), ('examples/pt', lib_examples_pt_files), diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 0ab538a5a1..2ae6fbe851 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -2409,6 +2409,11 @@ lib_examples_it_files = Split(''' ''') +lib_examples_ja_files = Split(''' + splash.lyx +''') + + lib_examples_nl_files = Split(''' multicol.lyx opsommingstekens.lyx diff --git a/lib/Makefile.am b/lib/Makefile.am index 6fac5cf0ed..91756cf1c9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -147,6 +147,10 @@ dist_itexamples_DATA = \ examples/it/ItemizeBullets.lyx \ examples/it/splash.lyx +jaexamplesdir = $(pkgdatadir)/examples/ja +dist_itexamples_DATA = \ + examples/ja/splash.lyx + nlexamplesdir = $(pkgdatadir)/examples/nl dist_nlexamples_DATA = \ examples/nl/multicol.lyx \