Code

add gears
[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         fractalize.py \
44         funcplot.py \
45         g2pngs.py\
46         gears.py\
47         gimp_xcf.py \
48         handles.py \
49         ill2svg.pl \
50         inkex.py \
51         inkscape-shadow.sh \
52         inkscape-shadow-white.sh \
53         interp.py \
54         lindenmayer.py \
55         lorem_ipsum.py \
56         markers_strokepaint.py \
57         measure.py \
58         motion.py \
59         outline2svg.pl  \
60         pathalongpath.py\
61         pathmodifier.py\
62         perspective.py \
63         ps2dxf.sh \
64         ps2epsi.sh \
65         ps2pdf.cmd \
66         ps2pdf.sh \
67         pturtle.py \
68         radiusrand.py \
69         rtree.py \
70         rubberstretch.py\
71         simplepath.py \
72         simplepath.rb \
73         simplestyle.py \
74         sk2svg.sh \
75         SpSVG.pm \
76         spirograph.py\
77         spirograph.inx\
78         straightseg.py \
79         summersnight.py \
80         svg_and_media_zip_output.py \
81         txt2svg.pl \
82         webbrowser_commandline.py \
83         webbrowser_faq.py\
84         webbrowser_manual.py \
85         webbrowser_relnotes.py \
86         webbrowser_reportabug.py \
87         webbrowser_svgspec.py \
88         whirl.py
90 otherstuff = \
91     aisvg.xslt
93 modules = \
94         addnodes.inx \
95         ai_input.inx \
96         ai_output.inx \
97         aisvg.inx \
98         color_brighter.inx\
99         color_custom.inx \
100         color_darker.inx\
101         color_desaturate.inx\
102         color_grayscale.inx\
103         color_lesshue.inx\
104         color_lesslight.inx\
105         color_lesssaturation.inx\
106         color_morehue.inx\
107         color_morelight.inx\
108         color_moresaturation.inx\
109         color_negative.inx\
110         color_removeblue.inx\
111         color_removegreen.inx\
112         color_removered.inx\
113         color_rgbbarrel.inx\
114         dia.inx \
115         dots.inx \
116         dxf_input.inx \
117         dxf_outlines.inx \
118         dxf_output.inx \
119         embedimage.inx \
120         eps_input.inx \
121         epsi_output.inx \
122         eqtexsvg.inx \
123         export_gimp_palette.inx \
124         extractimage.inx \
125         fig_input.inx \
126         flatten.inx \
127         fractalize.inx \
128         funcplot.inx \
129         g2pngs.inx\
130         gears.inx\
131         gimp_xcf.inx \
132         handles.inx \
133         inkscape_help_commandline.inx \
134         inkscape_help_faq.inx\
135         inkscape_help_manual.inx \
136         inkscape_help_relnotes.inx \
137         inkscape_help_reportabug.inx \
138         inkscape_help_svgspec.inx \
139         interp.inx \
140         lindenmayer.inx \
141         lorem_ipsum.inx \
142         markers_strokepaint.inx \
143         measure.inx \
144         motion.inx \
145         outline2svg.inx \
146         pathalongpath.inx\
147         pdf_output.inx.txt \
148         pdf_output_via_gs_on_win32.inx.txt \
149         perspective.inx \
150         ps_input.inx \
151         radiusrand.inx \
152         randompnt.inx \
153         randompos.inx \
154         rtree.inx \
155         sk_input.inx \
156         straightseg.inx \
157         summersnight.inx \
158         svg_and_media_zip_output.inx \
159         svgz_input.inx \
160         svgz_output.inx \
161         txt2svg.inx \
162         whirl.inx \
163         wmf_input.inx
166 extension_SCRIPTS = \
167         $(extensions)
169 otherstuff_DATA = \
170         $(otherstuff)
172 module_DATA = \
173         $(modules)
175 EXTRA_DIST = \
176         radiobutton_example.inx \
177         $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)