Code

256133d035aa82bfa82af644bbcf87aed0d5e258
[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         gimp_xcf.py \
47         handles.py \
48         ill2svg.pl \
49         inkex.py \
50         inkscape-shadow.sh \
51         inkscape-shadow-white.sh \
52         interp.py \
53         lindenmayer.py \
54         lorem_ipsum.py \
55         markers_strokepaint.py \
56         measure.py \
57         motion.py \
58         outline2svg.pl  \
59         pathalongpath.py\
60         pathmodifier.py\
61         perspective.py \
62         ps2dxf.sh \
63         ps2epsi.sh \
64         ps2pdf.cmd \
65         ps2pdf.sh \
66         pturtle.py \
67         radiusrand.py \
68         rtree.py \
69         rubberstretch.py\
70         simplepath.py \
71         simplepath.rb \
72         simplestyle.py \
73         sk2svg.sh \
74         SpSVG.pm \
75         spirograph.py\
76         spirograph.inx\
77         straightseg.py \
78         summersnight.py \
79         svg_and_media_zip_output.py \
80         svg_dropshadow \
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         gimp_xcf.inx \
131         handles.inx \
132         inkscape_help_commandline.inx \
133         inkscape_help_faq.inx\
134         inkscape_help_manual.inx \
135         inkscape_help_relnotes.inx \
136         inkscape_help_reportabug.inx \
137         inkscape_help_svgspec.inx \
138         interp.inx \
139         lindenmayer.inx \
140         lorem_ipsum.inx \
141         markers_strokepaint.inx \
142         measure.inx \
143         motion.inx \
144         outline2svg.inx \
145         pathalongpath.inx\
146         pdf_output.inx.txt \
147         pdf_output_via_gs_on_win32.inx.txt \
148         perspective.inx \
149         ps_input.inx \
150         radiusrand.inx \
151         randompnt.inx \
152         randompos.inx \
153         rtree.inx \
154         sk_input.inx \
155         straightseg.inx \
156         summersnight.inx \
157         svg_and_media_zip_output.inx \
158         svg_dropshadow.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)