blob: b2424acf2142b2e42893f898aac5dc61c9132392 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
themedir = $(datadir)/icons/ContrastHigh-SVG
size = scalable
context = actions
icondir = $(themedir)/$(size)/$(context)
icon_DATA = \
bookmark-view.svg \
history-view.svg
EXTRA_DIST = \
$(icon_DATA)
|