aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2007-07-10 20:31:51 +0800
committerLuca Ferretti <lferrett@src.gnome.org>2007-07-10 20:31:51 +0800
commit50d2f21f239148de7bb88c211ce025a1d53e51f4 (patch)
treedbb7351d7bc6f597339d5e1c20be8936ca4327dc /data
parent808b11ab8d7a5976b03cd783e6ba5b8274471334 (diff)
downloadgsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar
gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.gz
gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.bz2
gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.lz
gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.xz
gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.zst
gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.zip
Add 32x32/apps to build. But currently there are no icons.
2007-07-10 Luca Ferretti <elle.uca@libero.it> * data/icons/32x32/apps/Makefile.am: * data/icons/32x32/Makefile.am: Add 32x32/apps to build. But currently there are no icons. svn path=/trunk/; revision=7131
Diffstat (limited to 'data')
-rw-r--r--data/icons/32x32/Makefile.am3
-rw-r--r--data/icons/32x32/apps/Makefile.am13
2 files changed, 15 insertions, 1 deletions
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
index a7a411110..6e7f8f92c 100644
--- a/data/icons/32x32/Makefile.am
+++ b/data/icons/32x32/Makefile.am
@@ -1,3 +1,4 @@
SUBDIRS = \
- actions \
+ apps \
+ actions \
status
diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am
new file mode 100644
index 000000000..d3f9d45f4
--- /dev/null
+++ b/data/icons/32x32/apps/Makefile.am
@@ -0,0 +1,13 @@
+themedir = $(datadir)/icons/hicolor
+size = 32x32
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA =
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)