Code

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