blob: b015bd7699e5f5666c2f0143d91d86556c167c07 (
plain) (
tree)
|
|
themedir = $(pkgdatadir)/icons/hicolor
size = 22x22
context = actions
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
bookmark-view.png \
history-view.png \
location-entry.png
noinst_DATA = \
bookmark-view.xcf \
history-view.svg
EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)
|