summaryrefslogtreecommitdiff
path: root/16x16/stock/document/Makefile.am
blob: 21cf264327b99f811da37e7932e43174fd069bd7 (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
28
29
30
31
32
33
34
35
36
NULL=

iconsize=16x16
category=stock
subtype=document
icondir = $(datadir)/icons/hicolor/$(iconsize)/$(category)/$(subtype)

icon_DATA =\
   stock_attach.png \
   stock_certificate.png \
   stock_new-drawing.png \
   stock_new-formula.png \
   stock_new-html.png \
   stock_new-labels.png \
   stock_new-master-document.png \
   stock_new.png \
   stock_new-presentation.png \
   stock_new-spreadsheet.png \
   stock_new-template.png \
   stock_new-text.png \
   stock_preview-four-pages.png \
   stock_preview-two-pages.png \
   stock_print-layout.png \
   stock_print-resolution.png \
   stock_print-options.png \
   stock_script.png \
   stock_scripts.png \
   stock_task.png \
   stock_task-assigned.png \
   stock_task-assigned-to.png \
   stock_task-recurring.png \
   stock_todo.png \
   stock_view-html-source.png \
	$(NULL)

EXTRA_DIST = $(icon_DATA)