From: Georg Baum Date: Sat, 13 Jan 2007 21:08:13 +0000 (+0000) Subject: Add two files that are included by the beamer example file and that I forgot. X-Git-Tag: 1.6.10~11205 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c61296caa322bfa07d476a8fe771bc5ae0bfd8bd;p=features.git Add two files that are included by the beamer example file and that I forgot. Found out by Jean-Pierre Chretien. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16671 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 7bc6f83e83..63dfe50b7c 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1337,6 +1337,8 @@ lib_examples_files = Split(''' aas_sample.lyx amsart-test.lyx amsbook-test.lyx + beamer-g4.jpg + beamer-g4-mask.jpg beamer-icsi-logo.pdf beamer-knight1-mask.png beamer-knight1.png diff --git a/lib/Makefile.am b/lib/Makefile.am index d0dd27b2f8..ad8108b04a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -67,6 +67,8 @@ dist_examples_DATA = \ examples/aas_sample.lyx \ examples/amsart-test.lyx \ examples/amsbook-test.lyx \ + examples/beamer-g4.jpg \ + examples/beamer-g4-mask.jpg \ examples/beamer-icsi-logo.pdf \ examples/beamer-knight1-mask.png \ examples/beamer-knight1.png \ diff --git a/lib/examples/beamer-g4-mask.jpg b/lib/examples/beamer-g4-mask.jpg new file mode 100644 index 0000000000..fe82742d70 Binary files /dev/null and b/lib/examples/beamer-g4-mask.jpg differ diff --git a/lib/examples/beamer-g4.jpg b/lib/examples/beamer-g4.jpg new file mode 100644 index 0000000000..cea4d4c217 Binary files /dev/null and b/lib/examples/beamer-g4.jpg differ