Code

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