summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile.am
blob: 819c71c4bb68d5f597918cc944eea2ea63c30bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
exampledir = $(datadir)/inkscape/examples

example_DATA = \
	README \
	istest.pov \
	gradient.svg \
	tiger.svgz \
	markers.svg \
	i18n.svg \
	stars.svgz \
	text-on-path.svg \
	flowsample.svg \
	data_uri.svg \
	tesselation-P3.svg \
	art-nouveau-P3.svg \
	eastern-motive-P4G.svg \
	l-systems.svgz \
	glass.svg \
	car.svgz \
	gallardo.svgz

EXTRA_DIST = $(example_DATA)