Code

fedc580e2b15d9a2c108e01536ee8354ba2a6659
[inkscape.git] / share / extensions / Makefile.am
2 SUBDIRS = \
3         Barcode \
4         xaml2svg
6 extensiondir = $(datadir)/inkscape/extensions
8 otherstuffdir = $(datadir)/inkscape/extensions
10 moduledir = $(datadir)/inkscape/extensions
12 # If you remove an extension from here, either add it to EXTRA_DIST
13 # below, or remove all mention of it from po/inkscape.pot as well.
14 extensions = \
15         addnodes.py \
16         bezmisc.py \
17         chardataeffect.py\
18         color_brighter.py\
19         color_custom.py\
20         color_darker.py\
21         color_desaturate.py\
22         coloreffect.py\
23         color_grayscale.py\
24         color_lesshue.py\
25         color_lesslight.py\
26         color_lesssaturation.py\
27         color_morehue.py\
28         color_morelight.py\
29         color_moresaturation.py\
30         color_negative.py\
31         color_randomize.py\
32         color_removeblue.py\
33         color_removegreen.py\
34         color_removered.py\
35         color_rgbbarrel.py\
36         color_replace.py\
37         cspsubdiv.py \
38         cubicsuperpath.py \
39         dia2svg.sh \
40         dots.py \
41         dxf_outlines.py \
42         embedimage.py \
43         embed_raster_in_svg.pl \
44         eqtexsvg.py \
45         export_gimp_palette.py \
46         extractimage.py \
47         ffgeom.py\
48         fig2svg.sh \
49         flatten.py \
50         fractalize.py \
51         funcplot.py \
52         gears.py\
53         gimp_xcf.py \
54         handles.py \
55         ill2svg.pl \
56         inkex.py \
57         inkscape-shadow.sh \
58         inkscape-shadow-white.sh \
59         interp.py \
60         lindenmayer.py \
61         lorem_ipsum.py \
62         markers_strokepaint.py \
63         measure.py \
64         motion.py \
65         outline2svg.pl  \
66         pathalongpath.py\
67         pathmodifier.py\
68         perspective.py \
69         ps2dxf.sh \
70         ps2epsi.sh \
71         ps2pdf.cmd \
72         ps2pdf.sh \
73         pturtle.py \
74         radiusrand.py \
75         render_barcode.py \
76         rtree.py \
77         rubberstretch.py\
78         simplepath.py \
79         simplepath.rb \
80         simplestyle.py \
81         sk2svg.sh \
82         SpSVG.pm \
83         spirograph.py\
84         spirograph.inx\
85         straightseg.py \
86         summersnight.py \
87         svg_and_media_zip_output.py \
88         text_uppercase.py \
89         text_lowercase.py \
90         text_sentencecase.py \
91         text_titlecase.py \
92         text_flipcase.py \
93         text_randomcase.py \
94         text_replace.py \
95         txt2svg.pl \
96         webbrowser_commandline.py \
97         webbrowser_faq.py\
98         webbrowser_manual.py \
99         webbrowser_relnotes.py \
100         webbrowser_reportabug.py \
101         webbrowser_svgspec.py \
102         webbrowser_keys.py \
103         whirl.py
105 otherstuff = \
106     aisvg.xslt \
107         colors.xml \
108         svg2xaml.xsl \
109         xaml2svg.xsl
111 modules = \
112         addnodes.inx \
113         ai_input.inx \
114         ai_output.inx \
115         aisvg.inx \
116         color_brighter.inx\
117         color_custom.inx \
118         color_darker.inx\
119         color_desaturate.inx\
120         color_grayscale.inx\
121         color_lesshue.inx\
122         color_lesslight.inx\
123         color_lesssaturation.inx\
124         color_morehue.inx\
125         color_morelight.inx\
126         color_moresaturation.inx\
127         color_negative.inx\
128         color_randomize.inx\
129         color_removeblue.inx\
130         color_removegreen.inx\
131         color_removered.inx\
132         color_rgbbarrel.inx\
133         color_replace.inx\
134         dia.inx \
135         dots.inx \
136         dxf_input.inx \
137         dxf_outlines.inx \
138         dxf_output.inx \
139         embedimage.inx \
140         eps_input.inx \
141         epsi_output.inx \
142         eqtexsvg.inx \
143         export_gimp_palette.inx \
144         extractimage.inx \
145         fig_input.inx \
146         flatten.inx \
147         fractalize.inx \
148         funcplot.inx \
149         gears.inx\
150         gimp_xcf.inx \
151         handles.inx \
152         inkscape_help_commandline.inx \
153         inkscape_help_faq.inx\
154         inkscape_help_manual.inx \
155         inkscape_help_relnotes.inx \
156         inkscape_help_reportabug.inx \
157         inkscape_help_svgspec.inx \
158         inkscape_help_keys.inx \
159         interp.inx \
160         lindenmayer.inx \
161         lorem_ipsum.inx \
162         markers_strokepaint.inx \
163         measure.inx \
164         motion.inx \
165         outline2svg.inx \
166         pathalongpath.inx\
167         pdf_output.inx.txt \
168         pdf_output_via_gs_on_win32.inx.txt \
169         perspective.inx \
170         ps_input.inx \
171         radiusrand.inx \
172         randompnt.inx \
173         randompos.inx \
174         render_barcode.inx \
175         rtree.inx \
176         sk_input.inx \
177         straightseg.inx \
178         summersnight.inx \
179         svg2xaml.inx \
180         svg_and_media_zip_output.inx \
181         svgz_input.inx \
182         svgz_output.inx \
183         text_uppercase.inx\
184         text_lowercase.inx \
185         text_sentencecase.inx \
186         text_titlecase.inx \
187         text_flipcase.inx \
188         text_randomcase.inx \
189         text_replace.inx \
190         txt2svg.inx \
191         whirl.inx \
192         wmf_input.inx \
193         xaml2svg.inx
196 extension_SCRIPTS = \
197         $(extensions)
199 otherstuff_DATA = \
200         $(otherstuff)
202 module_DATA = \
203         $(modules)
205 EXTRA_DIST = \
206         radiobutton_example.inx \
207         $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)