From: Uwe Stöhr Date: Sat, 5 Jan 2008 19:47:24 +0000 (+0000) Subject: add linguistics.lyx example file X-Git-Tag: 1.6.10~6747 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d915adb9968e23b7659593c3dc29462289a033ab;p=features.git add linguistics.lyx example file git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22390 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index e4db814481..45e71fcbc6 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -2305,6 +2305,7 @@ lib_examples_files = Split(''' iecc07.fen iecc12.fen landslide.lyx + linguistics.lyx listerrors.lyx listings.lyx mathed.lyx diff --git a/lib/Makefile.am b/lib/Makefile.am index 4c71398462..2bd4ef70e3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -212,6 +212,7 @@ dist_examples_DATA = \ examples/iecc07.fen \ examples/iecc12.fen \ examples/landslide.lyx \ + examples/linguistics.lyx \ examples/listerrors.lyx \ examples/listings.lyx \ examples/mathed.lyx \