aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/32x32/actions/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-12-14 01:49:57 +0800
committerChristian Persch <chpe@src.gnome.org>2006-12-14 01:49:57 +0800
commit71945818b331bed419641be4ac4be550c204b642 (patch)
tree18ab207b09d47ab76b67eaa7d37f2e10152e9c84 /data/icons/32x32/actions/Makefile.am
parentc697183a9086194f60a2960560fab9db05bb7138 (diff)
downloadgsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar
gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.gz
gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.bz2
gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.lz
gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.xz
gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.zst
gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.zip
Dist the icon sources.
2006-12-13 Christian Persch <chpe@cvs.gnome.org> * data/icons/16x16/actions/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/24x24/actions/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/status/Makefile.am: Dist the icon sources.
Diffstat (limited to 'data/icons/32x32/actions/Makefile.am')
-rw-r--r--data/icons/32x32/actions/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/icons/32x32/actions/Makefile.am b/data/icons/32x32/actions/Makefile.am
index 8c2ebbb18..c9209c44b 100644
--- a/data/icons/32x32/actions/Makefile.am
+++ b/data/icons/32x32/actions/Makefile.am
@@ -3,8 +3,13 @@ size = 32x32
context = actions
iconsdir = $(themedir)/$(size)/$(context)
+
icons_DATA = \
download.png
+noinst_DATA = \
+ epiphany-download.svg
+
EXTRA_DIST = \
- $(icons_DATA)
+ $(icons_DATA) \
+ $(noinst_DATA)