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
This commit is contained in:
Georg Baum 2007-01-28 09:23:38 +00:00
parent 16d5b72ea1
commit ba7c5463cb
3 changed files with 27 additions and 2 deletions

View File

@ -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

View File

@ -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 \

View File

@ -0,0 +1,25 @@
/* XPM */
static char * buffer_export_pdf2_xpm[] = {
"18 20 2 1",
". c None",
"+ c #FF0000",
"..................",
"..................",
"........+.........",
".......+++........",
".......+.+........",
".......+++........",
"........+.........",
"........++........",
".......+.+........",
".......+..++......",
".......+...++.++..",
"......+....+++..++",
".....+..+++...++++",
".....+++..........",
"....++............",
"..+++.............",
".+..+.............",
"+..+..............",
".++...............",
".................."};