diff options
author | Rodney Dawes <dobey@novell.com> | 2005-03-22 22:56:22 +0000 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-03-22 22:56:22 +0000 |
commit | f1e1772aeafd0f5d493a589e6b35508efbed64df (patch) | |
tree | 68437832cd94fe3971004f936144146d32a3f027 /24x24/stock | |
parent | 31815402e4dd6ce0625121e583adde060e2572cc (diff) | |
download | adwaita-icon-theme-f1e1772aeafd0f5d493a589e6b35508efbed64df.tar.gz |
Update for 2.10.1 releaseGNOME_ICON_THEME_2_10_1
2005-03-22 Rodney Dawes <dobey@novell.com>
* configure.in, NEWS: Update for 2.10.1 release
* (16x16,24x24)/stock/net/Makefile.am: Install symlinks for the old
gnome-fs-locally-shared and gnome-fs-share-private icon names
Diffstat (limited to '24x24/stock')
-rw-r--r-- | 24x24/stock/net/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/24x24/stock/net/Makefile.am b/24x24/stock/net/Makefile.am index d341ee789..a476aaaf9 100644 --- a/24x24/stock/net/Makefile.am +++ b/24x24/stock/net/Makefile.am @@ -53,8 +53,15 @@ icon_DATA =\ stock_outbox.png \ stock_post-message.png \ stock_sent-mail.png \ + stock_shared-by-me.png \ + stock_shared-to-me.png \ stock_spam.png \ stock_video-conferencing.png \ $(NULL) EXTRA_DIST = $(icon_DATA) + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(icondir)/../../filesystems + ln -sf $(icondir)/stock_shared-by-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-locally-shared.png + ln -sf $(icondir)/stock_shared-to-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-share-private.png |