blob: 654c0f9111452b707467130828d0acc4815b13da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
themedir = $(datadir)/icons/hicolor
size = scalable
context = apps
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
epiphany.svg
noinst_DATA =
EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)
|