blob: 89a901fde535675319aae2541cdaef15c19761dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
xaml2svg_otherstuffdir = $(datadir)/inkscape/extensions/xaml2svg
xaml2svg_otherstuff = \
animation.xsl \
brushes.xsl \
canvas.xsl \
geometry.xsl \
Makefile.am \
properties.xsl \
shapes.xsl \
transform.xsl
xaml2svg_otherstuff_DATA = \
$(xaml2svg_otherstuff)
EXTRA_DIST = \
$(xaml2svg_otherstuff_DATA)
|