diff options
author | Rodney Dawes <dobey@novell.com> | 2006-07-06 17:37:14 +0000 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2006-07-06 17:37:14 +0000 |
commit | 554ab10a918001c3227ef03702aac904468ca15e (patch) | |
tree | 3fa135cff7b86a0c86b1514f124bf33c86749842 /22x22 | |
parent | 114d4ceca3942205ccc3273a94b26aa353307b6a (diff) | |
download | adwaita-icon-theme-554ab10a918001c3227ef03702aac904468ca15e.tar.gz |
Add missing rule to run the icon-name-mapping script for all the emblem
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
Diffstat (limited to '22x22')
-rw-r--r-- | 22x22/emblems/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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)) |