File: Makefile.am

package info (click to toggle)
inkscape 0.47.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 122,072 kB
  • ctags: 46,938
  • sloc: cpp: 349,791; ansic: 31,306; python: 14,868; xml: 6,613; sh: 5,041; makefile: 1,773; perl: 1,486; asm: 675; ruby: 148
file content (37 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (6)
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
37

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 \
	gradient-mesh-experimental.svgz \
	rope-3D.svg \
	animated-clock.svg \
	blend_modes.svg \
	flow-go.svg \
	lighting_filters.svg \
	turbulence_filters.svg \
	live-path-effects-curvestitch.svg \
	live-path-effects-gears.svg \
	live-path-effects-pathalongpath.svg \
	filters.svg \
	svgfont.svg \
	tref.svg \
	replace-hue.svg

EXTRA_DIST = $(example_DATA)