From: Edwin Leuven Date: Sun, 17 Dec 2006 17:46:47 +0000 (+0000) Subject: * add Rrightarrow.xpm to scons & automake X-Git-Tag: 1.6.10~11516 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e3241cca0a9771401f5bfbde2a5f9d3f6b2e1957;p=features.git * add Rrightarrow.xpm to scons & automake git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16317 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index b401cdd1a7..5c5e647b1b 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1545,6 +1545,7 @@ lib_images_math_files = Split(''' Game.xpm Im.xpm Lleftarrow.xpm + Rrightarrow.xpm Lsh.xpm Re.xpm Rsh.xpm diff --git a/lib/Makefile.am b/lib/Makefile.am index 8824d0fdc9..aa3debc173 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -276,6 +276,7 @@ dist_imagesmath_DATA = \ images/math/Game.xpm \ images/math/Im.xpm \ images/math/Lleftarrow.xpm \ + images/math/Rrightarrow.xpm \ images/math/Lsh.xpm \ images/math/Re.xpm \ images/math/Rsh.xpm \