Code

sorted and added missing inx files (make check)
[inkscape.git] / share / extensions / Makefile.am
2 extensiondir = $(datadir)/inkscape/extensions
4 otherstuffdir = $(datadir)/inkscape/extensions
6 moduledir = $(datadir)/inkscape/extensions
8 extensions = \
9         addnodes.py \
10         bezmisc.py \
11         color_brighter.py\
12         color_custom.py\
13         color_darker.py\
14         color_desaturate.py\
15         coloreffect.py\
16         color_grayscale.py\
17         color_lesshue.py\
18         color_lesslight.py\
19         color_lesssaturation.py\
20         color_morehue.py\
21         color_morelight.py\
22         color_moresaturation.py\
23         color_negative.py\
24         color_removeblue.py\
25         color_removegreen.py\
26         color_removered.py\
27         color_rgbbarrel.py\
28         cspsubdiv.py \
29         cubicsuperpath.py \
30         dia2svg.sh \
31         dots.py \
32         dxf_outlines.py \
33         embedimage.py \
34         embed_raster_in_svg.pl \
35         eqtexsvg.py \
36         export_gimp_palette.py \
37         extractimage.py \
38         ffgeom.py\
39         fig2svg.sh \
40         flatten.py \
41         funcplot.py \
42         g2pngs.py\
43         gimp_xcf.py \
44         handles.py \
45         ill2svg.pl \
46         inkex.py \
47         inkscape-shadow.sh \
48         inkscape-shadow-white.sh \
49         interp.py \
50         lindenmayer.py \
51         lorem_ipsum.py \
52         markers_strokepaint.py \
53         measure.py \
54         motion.py \
55         outline2svg.pl  \
56         pathalongpath.py\
57         pathmodifier.py\
58         perspective.py
59         ps2dxf.sh \
60         ps2epsi.sh \
61         ps2pdf.cmd \
62         ps2pdf.sh \
63         pturtle.py \
64         radiusrand.py \
65         rtree.py \
66         rubberstretch.py\
67         simplepath.py \
68         simplepath.rb \
69         simplestyle.py \
70         sk2svg.sh \
71         SpSVG.pm \
72         straightseg.py \
73         summersnight.py \
74         svg_and_media_zip_output.py \
75         svg_dropshadow \
76         txt2svg.pl \
77         webbrowser_commandline.py \
78         webbrowser_faq.py\
79         webbrowser_manual.py \
80         webbrowser_relnotes.py \
81         webbrowser_reportabug.py \
82         webbrowser_svgspec.py \
83         whirl.py
85 otherstuff = \
86     aisvg.xslt
88 modules = \
89         addnodes.inx \
90         ai_input.inx \
91         ai_output.inx \
92         aisvg.inx \
93         color_brighter.inx\
94         color_custom.inx \
95         color_darker.inx\
96         color_desaturate.inx\
97         color_grayscale.inx\
98         color_lesshue.inx\
99         color_lesslight.inx\
100         color_lesssaturation.inx\
101         color_morehue.inx\
102         color_morelight.inx\
103         color_moresaturation.inx\
104         color_negative.inx\
105         color_removeblue.inx\
106         color_removegreen.inx\
107         color_removered.inx\
108         color_rgbbarrel.inx\
109         dia.inx \
110         dots.inx \
111         dxf_input.inx \
112         dxf_outlines.inx \
113         dxf_output.inx \
114         embedimage.inx \
115         eps_input.inx \
116         epsi_output.inx \
117         eqtexsvg.inx \
118         export_gimp_palette.inx \
119         extractimage.inx \
120         fig_input.inx \
121         flatten.inx \
122         funcplot.inx \
123         g2pngs.inx\
124         gimp_xcf.inx \
125         handles.inx \
126         inkscape_help_commandline.inx \
127         inkscape_help_faq.inx\
128         inkscape_help_manual.inx \
129         inkscape_help_relnotes.inx \
130         inkscape_help_reportabug.inx \
131         inkscape_help_svgspec.inx \
132         interp.inx \
133         lindenmayer.inx \
134         lorem_ipsum.inx \
135         markers_strokepaint.inx \
136         measure.inx \
137         motion.inx \
138         outline2svg.inx \
139         pathalongpath.inx\
140         pdf_output.inx.txt \
141         pdf_output_via_gs_on_win32.inx.txt \
142         perspective.inx
143         ps_input.inx \
144         radiusrand.inx \
145         randompnt.inx \
146         randompos.inx \
147         rtree.inx \
148         sk_input.inx \
149         straightseg.inx \
150         summersnight.inx \
151         svg_and_media_zip_output.inx \
152         svg_dropshadow.inx \
153         svgz_input.inx \
154         svgz_output.inx \
155         txt2svg.inx \
156         whirl.inx \
157         wmf_input.inx
160 extension_SCRIPTS = \
161         $(extensions)
163 otherstuff_DATA = \
164         $(otherstuff)
166 module_DATA = \
167         $(modules)
169 EXTRA_DIST = \
170         radiobutton_example.inx \
171         $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)