aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/24x24/places/Makefile.am
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2007-01-18 20:36:08 +0800
committerLuca Ferretti <lferrett@src.gnome.org>2007-01-18 20:36:08 +0800
commit8ca0b5e05179ac7b04bf4c72121801525bb19d7f (patch)
tree43f08392d94ef7816c0f696528e006f6c7993b9c /data/icons/24x24/places/Makefile.am
parent353df69beec07dc0ff87cafef6586f5c6106c964 (diff)
downloadgsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar
gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.gz
gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.bz2
gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.lz
gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.xz
gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.zst
gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.zip
configure.ac
2007-01-18 Luca Ferretti <elle.uca@libero.it> * data/icons/*/places/bookmark-web.*: * data/icons/*/places/Makefile.am: * data/icons/*/Makefile.am: * configure.ac Add to build new "bookmark-web" custom named icon at 16, 22 and 24 pixels - under new places directory. * lib/ephy-stock-icons.c: * lib/ephy-stock-icons.h: * src/bookmarks/ephy-bookmark-properties.c: * src/bookmarks/ephy-bookmark-action.c: Remove STOCK_BOOKMARK and add EPHY_STOCK_BOOKMARK using new "bookmark-web" custom named icon. svn path=/trunk/; revision=6830
Diffstat (limited to 'data/icons/24x24/places/Makefile.am')
-rw-r--r--data/icons/24x24/places/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/icons/24x24/places/Makefile.am b/data/icons/24x24/places/Makefile.am
new file mode 100644
index 000000000..226d76fee
--- /dev/null
+++ b/data/icons/24x24/places/Makefile.am
@@ -0,0 +1,14 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 24x24
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ bookmark-web.png
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)