From 060e1e90fc45b0ec50466fbd30f988fe51440a7a Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Mon, 4 Dec 2006 09:20:12 +0000 Subject: Initial commit to provide Epiphany icons as themed icons. Files will be 2006-12-04 Luca Ferretti * configure.in: * data/Makefile.am: * data/icons/*/epiphany-download*: * data/icons/*Makefile.am*: Initial commit to provide Epiphany icons as themed icons. Files will be installed under $prefix/share/epiphany/icons/hicolor/ as per http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006 By now only epiphany-download is available, but currently unused in the UI. More icons are code changes will come. --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bc83ea2b0..01a2af746 100644 --- a/configure.ac +++ b/configure.ac @@ -638,6 +638,17 @@ data/chrome/Makefile data/chrome/brand.dtd data/chrome/brand.properties data/glade/Makefile +data/icons/Makefile +data/icons/16x16/Makefile +data/icons/16x16/actions/Makefile +data/icons/22x22/Makefile +data/icons/22x22/actions/Makefile +data/icons/24x24/Makefile +data/icons/24x24/actions/Makefile +data/icons/32x32/Makefile +data/icons/32x32/actions/Makefile +data/icons/scalable/Makefile +data/icons/scalable/actions/Makefile data/art/Makefile data/ui/Makefile doc/Makefile -- cgit v1.2.3