]> git.lyx.org Git - lyx.git/commitdiff
Remove delete files from lib/Makefile.am.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 28 Jan 2007 09:23:38 +0000 (09:23 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 28 Jan 2007 09:23:38 +0000 (09:23 +0000)
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
lib/Makefile.am
lib/images/buffer-export_pdf2.xpm [new file with mode: 0644]

index 1eabd8fdf342ea04dd453bcb65420ed24a022ea3..4c797286e0ea537994f989c9e00d96535910ee00 100644 (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
index 3b314ca0b094242e8bfe893155f3328103076a47..088c9f32831e118bbbf589c9df15b3344aea45f6 100644 (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 \
diff --git a/lib/images/buffer-export_pdf2.xpm b/lib/images/buffer-export_pdf2.xpm
new file mode 100644 (file)
index 0000000..6754546
--- /dev/null
@@ -0,0 +1,25 @@
+/* XPM */
+static char * buffer_export_pdf2_xpm[] = {
+"18 20 2 1",
+".     c None",
+"+     c #FF0000",
+"..................",
+"..................",
+"........+.........",
+".......+++........",
+".......+.+........",
+".......+++........",
+"........+.........",
+"........++........",
+".......+.+........",
+".......+..++......",
+".......+...++.++..",
+"......+....+++..++",
+".....+..+++...++++",
+".....+++..........",
+"....++............",
+"..+++.............",
+".+..+.............",
+"+..+..............",
+".++...............",
+".................."};