Code

Add the rest of discrete icons
[inkscape.git] / share / icons / hicolor / scalable / status / Makefile.am
1 themedir = $(pkgdatadir)/icons/hicolor
2 size = scalable
3 context = status
5 iconsdir = $(themedir)/$(size)/$(context)
7 # To update this list, run:
8 # find . -name '*.svg' -and -not -name '*.svn*' -printf '\t%P \\\n' | sort | zenity --text-info
9 # and paste the contents of the dialog box here
10 #
11 # To vacuum defs in all documents, simply execute
12 # inkscape --vacuum-defs *
14 icons_DATA = \
15         fill-flat.svg \
16         fill-gradient-linear.svg \
17         fill-gradient-radial.svg \
18         fill-none.svg \
19         fill-pattern.svg \
20         fill-rule-even-odd.svg \
21         fill-rule-nonzero.svg \
22         fill-unknown.svg \
23         node-segment-curve.svg \
24         node-segment-line.svg \
25         node-type-auto-smooth.svg \
26         node-type-cusp.svg \
27         node-type-smooth.svg \
28         node-type-symmetric.svg \
29         object-fill.svg \
30         object-hidden.svg \
31         object-locked.svg \
32         object-stroke-style.svg \
33         object-stroke.svg \
34         object-unlocked.svg \
35         object-visible.svg \
36         path-mode-bezier.svg \
37         path-mode-paraxial-segments.svg \
38         path-mode-segments.svg \
39         path-mode-spiro.svg \
40         perspective-parallel.svg \
41         snap-bounding-box-center.svg \
42         snap-bounding-box-corners.svg \
43         snap-bounding-box-edges.svg \
44         snap-bounding-box-midpoints.svg \
45         snap-bounding-box.svg \
46         snap-grid-guide-intersections.svg \
47         snap-nodes-center.svg \
48         snap-nodes-cusp.svg \
49         snap-nodes-intersection.svg \
50         snap-nodes-midpoint.svg \
51         snap-nodes-path.svg \
52         snap-nodes-rotation-center.svg \
53         snap-nodes-smooth.svg \
54         snap-nodes.svg \
55         snap-page.svg \
56         snap.svg \
57         stroke-cap-butt.svg \
58         stroke-cap-round.svg \
59         stroke-cap-square.svg \
60         stroke-join-bevel.svg \
61         stroke-join-miter.svg \
62         stroke-join-round.svg \
63         text-direction-horizontal.svg \
64         text-direction-vertical.svg \
65         transform-affect-gradient.svg \
66         transform-affect-pattern.svg \
67         transform-affect-rounded-corners.svg \
68         transform-affect-stroke.svg
70 EXTRA_DIST = $(icons_DATA)