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