Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/icons/16x16/actions/Makefile.am
blob: d82ea2a3ce6f6c4c24d10c81cfa5c3a28681b549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
themedir = $(pkgdatadir)/icons/hicolor
size = 16x16
context = actions

iconsdir = $(themedir)/$(size)/$(context)

icons_DATA = \
	view-page-continuous.png	\
	view-page-facing.png		\
	zoom.png                \
	zoom-fit-height.png		\
	zoom-fit-width.png		\
	object-rotate-left.png		\
	object-rotate-right.png

noinst_DATA = \
	view-page-continuous.xcf	\
	view-page-facing.xcf		\
	zoom.svg                \
	zoom-fit-page.svg		\
	zoom-fit-width.svg

EXTRA_DIST = \
	$(icons_DATA)	\
	$(noinst_DATA)

-include $(top_srcdir)/git.mk