summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-06-06 19:31:39 +0000
committerRodney Dawes <dobey@src.gnome.org>2004-06-06 19:31:39 +0000
commita13582c6ef85fc7a7d53d72f9c128e2ebb2c1538 (patch)
treefbd1150822ad89c720cd0ddaf6124261f3583867
parente36486ba0701b29a1decf26a3bd2c8acb1e568bf (diff)
downloadadwaita-icon-theme-a13582c6ef85fc7a7d53d72f9c128e2ebb2c1538.tar.gz
Install stock_save-as.png as stock_save_as.png as well, to fix API
2004-06-06 Rodney Dawes <dobey@novell.com> * 16x16/stock/io/Makefile.am (install-data-local): * 24x24/stock/io/Makefile.am (install-data-local): Install stock_save-as.png as stock_save_as.png as well, to fix API breakage from April 14, 2004
-rw-r--r--16x16/stock/io/Makefile.am3
-rw-r--r--24x24/stock/io/Makefile.am3
-rw-r--r--ChangeLog7
3 files changed, 13 insertions, 0 deletions
diff --git a/16x16/stock/io/Makefile.am b/16x16/stock/io/Makefile.am
index 067fcaadd..99d746c08 100644
--- a/16x16/stock/io/Makefile.am
+++ b/16x16/stock/io/Makefile.am
@@ -26,4 +26,7 @@ icon_DATA =\
stock_up-one-dir.png \
$(NULL)
+install-data-hook:
+ $(INSTALL) stock_save-as.png $(DESTDIR)$(icondir)/stock_save_as.png
+
EXTRA_DIST = $(icon_DATA)
diff --git a/24x24/stock/io/Makefile.am b/24x24/stock/io/Makefile.am
index cf94a9b1d..1e5ad97b4 100644
--- a/24x24/stock/io/Makefile.am
+++ b/24x24/stock/io/Makefile.am
@@ -24,4 +24,7 @@ icon_DATA =\
stock_save-template.png \
$(NULL)
+install-data-hook:
+ $(INSTALL) stock_save-as.png $(DESTDIR)$(icondir)/stock_save_as.png
+
EXTRA_DIST = $(icon_DATA)
diff --git a/ChangeLog b/ChangeLog
index ee883115f..0bbd424ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-06 Rodney Dawes <dobey@novell.com>
+
+ * 16x16/stock/io/Makefile.am (install-data-local):
+ * 24x24/stock/io/Makefile.am (install-data-local):
+ Install stock_save-as.png as stock_save_as.png as well, to fix
+ API breakage from April 14, 2004
+
2004-05-29 Christian Rose <menthos@menthos.com>
* configure.in: Added "tk" to ALL_LINGUAS.