From fdaf886bbc537e8ea3b6734be1f6c7d821c6e38b Mon Sep 17 00:00:00 2001 From: Bernhard Roider Date: Sun, 13 May 2007 18:10:40 +0000 Subject: [PATCH] fix scoons/makefile for r18280 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18288 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 2 ++ lib/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 2946c380c9..e107c3026e 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1629,7 +1629,9 @@ lib_images_files = Split(''' tabular-feature_set-all-lines.xpm tabular-feature_set-longtabular.xpm tabular-feature_set-rotate-cell.xpm + tabular-feature_toggle-rotate-cell.xpm tabular-feature_set-rotate-tabular.xpm + tabular-feature_toggle-rotate-tabular.xpm tabular-feature_toggle-line-bottom.xpm tabular-feature_toggle-line-left.xpm tabular-feature_toggle-line-right.xpm diff --git a/lib/Makefile.am b/lib/Makefile.am index d262afe8bf..98eb78c9dd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -329,7 +329,9 @@ dist_images_DATA = \ images/tabular-feature_set-all-lines.xpm \ images/tabular-feature_set-longtabular.xpm \ images/tabular-feature_set-rotate-cell.xpm \ + images/tabular-feature_toggle-rotate-cell.xpm \ images/tabular-feature_set-rotate-tabular.xpm \ + images/tabular-feature_toggle-rotate-tabular.xpm \ images/tabular-feature_toggle-line-bottom.xpm \ images/tabular-feature_toggle-line-left.xpm \ images/tabular-feature_toggle-line-right.xpm \ -- 2.39.5