[gtk+/gtk-2-24] Remove stock_icons/*/text-x-generic.png from GENERATED_ICONS



commit 14488e69c43dee702763ffd48cb99d950d8ac73c
Author: John Ralls <jralls ceridwen us>
Date:   Tue Feb 7 16:03:28 2012 -0800

    Remove stock_icons/*/text-x-generic.png from GENERATED_ICONS
    
    It's not generated, and having it included removes it during
    maintainer-clean so you have to retrieve it from the repo to build.

 gtk/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 4d15728..908291f 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1328,7 +1328,6 @@ GENERATED_ICONS = \
 	stock-icons/16/folder-remote.png 		\
 	stock-icons/16/user-home.png 			\
 	stock-icons/16/user-desktop.png 		\
-	stock-icons/16/text-x-generic.png 		\
 	stock-icons/24/go-previous-rtl.png 		\
 	stock-icons/24/go-next-rtl.png 			\
 	stock-icons/24/go-first-rtl.png 		\
@@ -1340,8 +1339,7 @@ GENERATED_ICONS = \
 	stock-icons/24/document-save.png 		\
 	stock-icons/24/folder-remote.png 		\
 	stock-icons/24/user-home.png 			\
-	stock-icons/24/user-desktop.png 		\
-	stock-icons/24/text-x-generic.png
+	stock-icons/24/user-desktop.png
 
 # need to copy the icons so that we can replace the generated ones with
 # symlinks, even in the readonly srcdir case



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]