Code

Forgot to make JessyInk installable. Oops.
[inkscape.git] / share / extensions / Makefile.am
2 SUBDIRS = \
3         alphabet_soup \
4         Barcode \
5         Poly3DObjects \
6         test \
7         xaml2svg
9 extensiondir = $(datadir)/inkscape/extensions
11 otherstuffdir = $(datadir)/inkscape/extensions
13 moduledir = $(datadir)/inkscape/extensions
15 # If you remove an extension from here, either add it to EXTRA_DIST
16 # below, or remove all mention of it from po/inkscape.pot as well.
17 extensions = \
18         addnodes.py \
19         bezmisc.py \
20         chardataeffect.py\
21         color_blackandwhite.py\
22         color_brighter.py\
23         color_custom.py\
24         color_darker.py\
25         color_desaturate.py\
26         coloreffect.py\
27         color_grayscale.py\
28         color_lesshue.py\
29         color_lesslight.py\
30         color_lesssaturation.py\
31         color_morehue.py\
32         color_morelight.py\
33         color_moresaturation.py\
34         color_negative.py\
35         color_randomize.py\
36         color_removeblue.py\
37         color_removegreen.py\
38         color_removered.py\
39         color_rgbbarrel.py\
40         color_replace.py\
41         convert2dashes.py\
42         cspsubdiv.py \
43         cubicsuperpath.py \
44         dia2svg.sh \
45         dimension.py \
46         dots.py \
47         draw_from_triangle.py \
48         dxf_input.py \
49         dxf_outlines.py \
50         dxf_templates.py \
51         edge3d.py \
52         embedimage.py \
53         embed_raster_in_svg.pl \
54         eqtexsvg.py \
55         export_gimp_palette.py \
56         extractimage.py \
57         extrude.py \
58         ffgeom.py\
59         fig2dev-ext.py \
60         flatten.py \
61         foldablebox.py \
62         fractalize.py \
63         funcplot.py \
64         gears.py\
65         generate_voronoi.py \
66         gimp_xcf.py \
67         grid_cartesian.py \
68         grid_polar.py \
69         guides_creator.py \
70         handles.py \
71         hpgl_output.py \
72         ill2svg.pl \
73         inkex.py \
74         Inkscape.pm \
75         inkwebeffect.py \
76         inkweb.js \
77         interp.py \
78         interp_att_g.py \
79         jessyInk.js \
80         jessyInk_autoTexts.py \
81         jessyInk_core_mouseHandler_noclick.js \
82         jessyInk_core_mouseHandler_zoomControl.js \
83         jessyInk_effects.py \
84         jessyInk_export.py \
85         jessyInk_install.py \
86         jessyInk_keyBindings.py \
87         jessyInk_masterSlide.py \
88         jessyInk_mouseHandler.py \
89         jessyInk_summary.py \
90         jessyInk_transitions.py \
91         jessyInk_uninstall.py \
92         jessyInk_video.py \
93         jessyInk_view.py \
94         launch_webbrowser.py \
95         lindenmayer.py \
96         lorem_ipsum.py \
97         markers_strokepaint.py \
98         measure.py \
99         motion.py \
100         outline2svg.pl  \
101         param_curves.py \
102         pathalongpath.py\
103         pathscatter.py\
104         pathmodifier.py\
105         perfectboundcover.py \
106         perspective.py \
107         pixelsnap.py \
108         plt_output.py \
109         polyhedron_3d.py \
110         printing-marks.py \
111         ps2dxf.sh \
112         ps2pdf-ext.py \
113         pturtle.py \
114         radiusrand.py \
115         restack.py \
116         render_barcode.py \
117         render_barcode_datamatrix.py \
118         render_alphabetsoup.py \
119         render_alphabetsoup_config.py \
120         rtree.py \
121         rubberstretch.py\
122         run_command.py \
123         scour.py \
124         scour.inkscape.py \
125         simplepath.py \
126         simplepath.rb \
127         simplestyle.py \
128         simpletransform.py \
129         sk1_output.py \
130         sk2svg.sh \
131         SpSVG.pm \
132         spirograph.py\
133         split.py \
134         straightseg.py \
135         summersnight.py \
136         svgcalendar.py \
137         svg_regex.py \
138         svg_and_media_zip_output.py \
139         text_uppercase.py \
140         text_lowercase.py \
141         text_sentencecase.py \
142         text_titlecase.py \
143         text_flipcase.py \
144         text_randomcase.py \
145         text_replace.py \
146         text_braille.py \
147         triangle.py \
148         txt2svg.pl \
149         uniconv-ext.py \
150         uniconv_output.py \
151         voronoi.py \
152         webslicer_create_group.py \
153         webslicer_create_rect.py \
154         webslicer_effect.py \
155         webslicer_export.py \
156         web-set-att.py \
157         web-transmit-att.py \
158         whirl.py \
159         wireframe_sphere.py \
160         wmf_output.py \
161         yocto_css.py
163 otherstuff = \
164         aisvg.xslt \
165         colors.xml \
166         jessyInk_video.svg \
167         svg2xaml.xsl \
168         xaml2svg.xsl
170 modules = \
171         addnodes.inx \
172         ai_input.inx \
173         aisvg.inx \
174         ccx_input.inx \
175         cdr_input.inx\
176         cdt_input.inx \
177         cgm_input.inx \
178         cmx_input.inx \
179         color_blackandwhite.inx\
180         color_brighter.inx\
181         color_custom.inx \
182         color_darker.inx\
183         color_desaturate.inx\
184         color_grayscale.inx\
185         color_lesshue.inx\
186         color_lesslight.inx\
187         color_lesssaturation.inx\
188         color_morehue.inx\
189         color_morelight.inx\
190         color_moresaturation.inx\
191         color_negative.inx\
192         color_randomize.inx\
193         color_removeblue.inx\
194         color_removegreen.inx\
195         color_removered.inx\
196         color_rgbbarrel.inx\
197         color_replace.inx\
198         convert2dashes.inx\
199         dia.inx \
200         dimension.inx \
201         dots.inx \
202         draw_from_triangle.inx \
203         dxf_input.inx \
204         dxf_outlines.inx \
205         dxf_output.inx \
206         edge3d.inx \
207         embedimage.inx \
208         eps_input.inx \
209         eqtexsvg.inx \
210         export_gimp_palette.inx \
211         extractimage.inx \
212         extrude.inx \
213         fig_input.inx \
214         flatten.inx \
215         foldablebox.inx \
216         fractalize.inx \
217         funcplot.inx \
218         gears.inx\
219         generate_voronoi.inx \
220         gimp_xcf.inx \
221         grid_cartesian.inx \
222         grid_polar.inx \
223         guides_creator.inx \
224         handles.inx \
225         hpgl_output.inx \
226         inkscape_help_askaquestion.inx \
227         inkscape_help_commandline.inx \
228         inkscape_help_faq.inx\
229         inkscape_help_manual.inx \
230         inkscape_help_relnotes.inx \
231         inkscape_help_reportabug.inx \
232         inkscape_help_svgspec.inx \
233         inkscape_help_keys.inx \
234         interp.inx \
235         interp_att_g.inx \
236         jessyInk_autoTexts.inx \
237         jessyInk_effects.inx \
238         jessyInk_export.inx \
239         jessyInk_install.inx \
240         jessyInk_keyBindings.inx \
241         jessyInk_masterSlide.inx \
242         jessyInk_mouseHandler.inx \
243         jessyInk_summary.inx \
244         jessyInk_transitions.inx \
245         jessyInk_uninstall.inx \
246         jessyInk_video.inx \
247         jessyInk_view.inx \
248         lindenmayer.inx \
249         lorem_ipsum.inx \
250         markers_strokepaint.inx \
251         measure.inx \
252         motion.inx \
253         outline2svg.inx \
254         param_curves.inx \
255         pathalongpath.inx\
256         pathscatter.inx\
257         perfectboundcover.inx \
258         perspective.inx \
259         pixelsnap.inx \
260         plt_input.inx \
261         plt_output.inx \
262         polyhedron_3d.inx       \
263         printing-marks.inx \
264         ps_input.inx \
265         radiusrand.inx \
266         render_barcode.inx \
267         render_barcode_datamatrix.inx \
268         render_alphabetsoup.inx \
269         restack.inx \
270         rubberstretch.inx \
271         rtree.inx \
272         scour.inx \
273         sk_input.inx \
274         sk1_input.inx \
275         sk1_output.inx \
276         spirograph.inx \
277         split.inx \
278         straightseg.inx \
279         summersnight.inx \
280         svg2xaml.inx \
281         svg_and_media_zip_output.inx \
282         svgcalendar.inx \
283         text_uppercase.inx\
284         text_lowercase.inx \
285         text_sentencecase.inx \
286         text_titlecase.inx \
287         text_flipcase.inx \
288         text_randomcase.inx \
289         text_replace.inx \
290         text_braille.inx \
291         triangle.inx \
292         txt2svg.inx \
293         webslicer_create_group.inx \
294         webslicer_create_rect.inx \
295         webslicer_export.inx \
296         web-set-att.inx \
297         web-transmit-att.inx \
298         whirl.inx \
299         wireframe_sphere.inx \
300         wmf_input.inx \
301         wmf_output.inx \
302         xaml2svg.inx
305 extension_SCRIPTS = \
306         $(extensions)
308 otherstuff_DATA = \
309         $(otherstuff)
311 module_DATA = \
312         $(modules)
314 EXTRA_DIST = \
315         $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)