From f6ce926719943751cf65cacde7fae050593eb2d6 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 18:17:43 -0300 Subject: inicial --- data/icons/24x24/apps/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/icons/24x24/apps/Makefile.am (limited to 'data/icons/24x24/apps/Makefile.am') diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am new file mode 100644 index 00000000..ff718d9a --- /dev/null +++ b/data/icons/24x24/apps/Makefile.am @@ -0,0 +1,16 @@ +themedir = $(datadir)/icons/hicolor +size = 24x24 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + evince.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + +-include $(top_srcdir)/git.mk -- cgit v1.2.1