From 1e737bb61b125f36ea76685e27f8d9512af679b3 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 20 Nov 2011 16:19:59 -0800 Subject: [PATCH] [icons] text-x-generic isn't a generated icon Calling it one causes maintainer-clean to delete it. --- gtk/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 9212dfe819..d6661af794 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1356,7 +1356,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 \ @@ -1368,8 +1367,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