diff options
-rw-r--r-- | 16x16/emblems/Makefile.am | 3 | ||||
-rw-r--r-- | 22x22/emblems/Makefile.am | 3 | ||||
-rw-r--r-- | 24x24/emblems/Makefile.am | 3 | ||||
-rw-r--r-- | 32x32/emblems/Makefile.am | 3 | ||||
-rw-r--r-- | 48x48/emblems/Makefile.am | 3 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | scalable/emblems/Makefile.am | 3 |
7 files changed, 25 insertions, 0 deletions
diff --git a/16x16/emblems/Makefile.am b/16x16/emblems/Makefile.am index cf503b018..011c70e57 100644 --- a/16x16/emblems/Makefile.am +++ b/16x16/emblems/Makefile.am @@ -11,3 +11,6 @@ icon_DATA =\ $(NULL) EXTRA_DIST = $(icon_DATA) + +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/22x22/emblems/Makefile.am b/22x22/emblems/Makefile.am index e7339dfec..f76471708 100644 --- a/22x22/emblems/Makefile.am +++ b/22x22/emblems/Makefile.am @@ -11,3 +11,6 @@ icon_DATA =\ $(NULL) EXTRA_DIST = $(icon_DATA) + +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/24x24/emblems/Makefile.am b/24x24/emblems/Makefile.am index 2cfba6258..90fd76d07 100644 --- a/24x24/emblems/Makefile.am +++ b/24x24/emblems/Makefile.am @@ -11,3 +11,6 @@ icon_DATA =\ $(NULL) EXTRA_DIST = $(icon_DATA) + +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/32x32/emblems/Makefile.am b/32x32/emblems/Makefile.am index 2bf93ac8b..0f026b532 100644 --- a/32x32/emblems/Makefile.am +++ b/32x32/emblems/Makefile.am @@ -11,3 +11,6 @@ icon_DATA =\ $(NULL) EXTRA_DIST = $(icon_DATA) + +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/48x48/emblems/Makefile.am b/48x48/emblems/Makefile.am index 39dffb66d..2e361018f 100644 --- a/48x48/emblems/Makefile.am +++ b/48x48/emblems/Makefile.am @@ -94,3 +94,6 @@ png_DATA = \ EXTRA_DIST = $(icon_in_files) $(png_DATA) CLEANFILES = $(icon_DATA) + +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) @@ -1,5 +1,12 @@ 2006-07-06 Rodney Dawes <dobey@novell.com> + * */emblems/Makefile.am: Add missing rule to run the icon-name-mapping + script for all the emblem icons + + Fixes #346306 + +2006-07-06 Rodney Dawes <dobey@novell.com> + * Makefile.am: Add 32x32 to SUBDIRS * configure.in: Add 32x32/apps and 32x32/places diff --git a/scalable/emblems/Makefile.am b/scalable/emblems/Makefile.am index 4597db308..abb295f19 100644 --- a/scalable/emblems/Makefile.am +++ b/scalable/emblems/Makefile.am @@ -32,3 +32,6 @@ svg_DATA =\ EXTRA_DIST = $(icon_in_files) $(svg_DATA) CLEANFILES = $(icon_DATA) + +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) |