Code

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