summaryrefslogtreecommitdiffstats
path: root/share/extensions/Makefile.am
blob: f247cd8bbaf578a38d8d10ea98bfc5bc4270b4f3 (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
37
38
39
40
41
42
SUBDIRS = \
	alphabet_soup \
	Barcode \
	ink2canvas \
	Poly3DObjects \
	test \
	xaml2svg

extensiondir = $(datadir)/inkscape/extensions

otherstuffdir = $(datadir)/inkscape/extensions

moduledir = $(datadir)/inkscape/extensions

extension_SCRIPTS = \
	$(wildcard $(srcdir)/*.py) \
	$(wildcard $(srcdir)/*.pl) \
	$(wildcard $(srcdir)/*.sh) \
	$(wildcard $(srcdir)/*.rb)

otherstuff_DATA = \
	fontfix.conf \
	inkweb.js \
	jessyInk.js \
	jessyInk_core_mouseHandler_noclick.js \
	jessyInk_core_mouseHandler_zoomControl.js \
	aisvg.xslt \
	colors.xml \
	jessyInk_video.svg \
	seamless_pattern.svg \
	svg2fxg.xsl \
	svg2xaml.xsl \
	xaml2svg.xsl \
	inkscape.extension.rng

module_DATA = $(wildcard $(srcdir)/*.inx)

EXTRA_DIST = \
	$(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)