blob: 226d76fee9c864b2acaf5cec10aa4071507b4d5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
themedir = $(pkgdatadir)/icons/hicolor
size = 24x24
context = actions
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
bookmark-web.png
noinst_DATA =
EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)
|