From: Bernhard Roider Date: Sun, 13 May 2007 18:10:40 +0000 (+0000) Subject: fix scoons/makefile for r18280 X-Git-Tag: 1.6.10~9799 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fdaf886bbc537e8ea3b6734be1f6c7d821c6e38b;p=lyx.git fix scoons/makefile for r18280 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18288 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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 \