diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-12-14 01:49:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-12-14 01:49:57 +0800 |
commit | 71945818b331bed419641be4ac4be550c204b642 (patch) | |
tree | 18ab207b09d47ab76b67eaa7d37f2e10152e9c84 /data/icons | |
parent | c697183a9086194f60a2960560fab9db05bb7138 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | data/icons/16x16/actions/Makefile.am | 1 | ||||
-rw-r--r-- | data/icons/22x22/actions/Makefile.am | 7 | ||||
-rw-r--r-- | data/icons/24x24/actions/Makefile.am | 4 | ||||
-rw-r--r-- | data/icons/32x32/actions/Makefile.am | 7 | ||||
-rw-r--r-- | data/icons/32x32/status/Makefile.am | 7 |
5 files changed, 22 insertions, 4 deletions
diff --git a/data/icons/16x16/actions/Makefile.am b/data/icons/16x16/actions/Makefile.am index 5eb78c8f5..2792e93af 100644 --- a/data/icons/16x16/actions/Makefile.am +++ b/data/icons/16x16/actions/Makefile.am @@ -3,6 +3,7 @@ size = 16x16 context = actions iconsdir = $(themedir)/$(size)/$(context) + icons_DATA = \ download.png \ history-view.png diff --git a/data/icons/22x22/actions/Makefile.am b/data/icons/22x22/actions/Makefile.am index 1ff0e2e06..79336063c 100644 --- a/data/icons/22x22/actions/Makefile.am +++ b/data/icons/22x22/actions/Makefile.am @@ -3,9 +3,14 @@ size = 22x22 context = actions iconsdir = $(themedir)/$(size)/$(context) + icons_DATA = \ download.png \ history-view.png +noinst_DATA = \ + history-view.svg + EXTRA_DIST = \ - $(icons_DATA) + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am index 291130d7f..dd15b1457 100644 --- a/data/icons/24x24/actions/Makefile.am +++ b/data/icons/24x24/actions/Makefile.am @@ -3,6 +3,7 @@ size = 24x24 context = actions iconsdir = $(themedir)/$(size)/$(context) + icons_DATA = \ download.png \ history-view.png \ @@ -10,4 +11,5 @@ icons_DATA = \ location-entry.png EXTRA_DIST = \ - $(icons_DATA) + $(icons_DATA) \ + $(noinst_DATA) 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) diff --git a/data/icons/32x32/status/Makefile.am b/data/icons/32x32/status/Makefile.am index b66860a55..5ea26773d 100644 --- a/data/icons/32x32/status/Makefile.am +++ b/data/icons/32x32/status/Makefile.am @@ -3,8 +3,13 @@ size = 32x32 context = status iconsdir = $(themedir)/$(size)/$(context) + icons_DATA = \ popup-hidden.png +noinst_DATA = \ + popup-hidden.svg + EXTRA_DIST = \ - $(icons_DATA) + $(icons_DATA) \ + $(noinst_DATA) |