Code

f504655706af70cefff86682aa7947b48c9cba6d
[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         straightseg.py \
76         summersnight.py \
77         svg_and_media_zip_output.py \
78         svg_dropshadow \
79         txt2svg.pl \
80         webbrowser_commandline.py \
81         webbrowser_faq.py\
82         webbrowser_manual.py \
83         webbrowser_relnotes.py \
84         webbrowser_reportabug.py \
85         webbrowser_svgspec.py \
86         whirl.py
88 otherstuff = \
89     aisvg.xslt
91 modules = \
92         addnodes.inx \
93         ai_input.inx \
94         ai_output.inx \
95         aisvg.inx \
96         color_brighter.inx\
97         color_custom.inx \
98         color_darker.inx\
99         color_desaturate.inx\
100         color_grayscale.inx\
101         color_lesshue.inx\
102         color_lesslight.inx\
103         color_lesssaturation.inx\
104         color_morehue.inx\
105         color_morelight.inx\
106         color_moresaturation.inx\
107         color_negative.inx\
108         color_removeblue.inx\
109         color_removegreen.inx\
110         color_removered.inx\
111         color_rgbbarrel.inx\
112         dia.inx \
113         dots.inx \
114         dxf_input.inx \
115         dxf_outlines.inx \
116         dxf_output.inx \
117         embedimage.inx \
118         eps_input.inx \
119         epsi_output.inx \
120         eqtexsvg.inx \
121         export_gimp_palette.inx \
122         extractimage.inx \
123         fig_input.inx \
124         flatten.inx \
125         fractalize.inx \
126         funcplot.inx \
127         g2pngs.inx\
128         gimp_xcf.inx \
129         handles.inx \
130         inkscape_help_commandline.inx \
131         inkscape_help_faq.inx\
132         inkscape_help_manual.inx \
133         inkscape_help_relnotes.inx \
134         inkscape_help_reportabug.inx \
135         inkscape_help_svgspec.inx \
136         interp.inx \
137         lindenmayer.inx \
138         lorem_ipsum.inx \
139         markers_strokepaint.inx \
140         measure.inx \
141         motion.inx \
142         outline2svg.inx \
143         pathalongpath.inx\
144         pdf_output.inx.txt \
145         pdf_output_via_gs_on_win32.inx.txt \
146         perspective.inx \
147         ps_input.inx \
148         radiusrand.inx \
149         randompnt.inx \
150         randompos.inx \
151         rtree.inx \
152         sk_input.inx \
153         straightseg.inx \
154         summersnight.inx \
155         svg_and_media_zip_output.inx \
156         svg_dropshadow.inx \
157         svgz_input.inx \
158         svgz_output.inx \
159         txt2svg.inx \
160         whirl.inx \
161         wmf_input.inx
164 extension_SCRIPTS = \
165         $(extensions)
167 otherstuff_DATA = \
168         $(otherstuff)
170 module_DATA = \
171         $(modules)
173 EXTRA_DIST = \
174         radiobutton_example.inx \
175         $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)