Code

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