From e3241cca0a9771401f5bfbde2a5f9d3f6b2e1957 Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Sun, 17 Dec 2006 17:46:47 +0000 Subject: [PATCH] * add Rrightarrow.xpm to scons & automake git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16317 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 1 + lib/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.39.2