From ba7c5463cbb70d996334fb3cd66cbfc49b682c5d Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 28 Jan 2007 09:23:38 +0000 Subject: [PATCH] Remove delete files from lib/Makefile.am. Add the xpm version of the deleted lib/clipart/buffer-export_pdf2.png as lib/images/buffer-export_pdf2.xpm since I discovered that we did not yet have this icon. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16902 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 1 + lib/Makefile.am | 3 +-- lib/images/buffer-export_pdf2.xpm | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 lib/images/buffer-export_pdf2.xpm diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 1eabd8fdf3..4c797286e0 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1429,6 +1429,7 @@ lib_images_files = Split(''' buffer-close.xpm buffer-export_dvi.xpm buffer-export_latex.xpm + buffer-export_pdf2.xpm buffer-export_ps.xpm buffer-export_text.xpm buffer-new.xpm diff --git a/lib/Makefile.am b/lib/Makefile.am index 3b314ca0b0..088c9f3283 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -56,8 +56,6 @@ dist_bind_DATA = \ clipartdir = $(pkgdatadir)/clipart dist_clipart_DATA = \ clipart/BoxInsetDefaultQt4.png \ - clipart/buffer-export_pdf2.png \ - clipart/buffer-view_dvi.png \ clipart/ComentNotaImagen.png \ clipart/CommentNoteImageQt4.png \ clipart/CuadroMinipag.png \ @@ -185,6 +183,7 @@ dist_images_DATA = \ images/buffer-close.xpm \ images/buffer-export_dvi.xpm \ images/buffer-export_latex.xpm \ + images/buffer-export_pdf2.xpm \ images/buffer-export_ps.xpm \ images/buffer-export_text.xpm \ images/buffer-new.xpm \ diff --git a/lib/images/buffer-export_pdf2.xpm b/lib/images/buffer-export_pdf2.xpm new file mode 100644 index 0000000000..6754546aa7 --- /dev/null +++ b/lib/images/buffer-export_pdf2.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * buffer_export_pdf2_xpm[] = { +"18 20 2 1", +". c None", +"+ c #FF0000", +"..................", +"..................", +"........+.........", +".......+++........", +".......+.+........", +".......+++........", +"........+.........", +"........++........", +".......+.+........", +".......+..++......", +".......+...++.++..", +"......+....+++..++", +".....+..+++...++++", +".....+++..........", +"....++............", +"..+++.............", +".+..+.............", +"+..+..............", +".++...............", +".................."}; -- 2.39.5