Code

add hsl adjusters; remove keep-rgb as redundant; update uris
[inkscape.git] / share / extensions / Makefile.am
2 extensiondir = $(datadir)/inkscape/extensions
4 otherstuffdir = $(datadir)/inkscape/extensions
6 moduledir = $(datadir)/inkscape/extensions
8 extensions = \
9         ill2svg.pl \
10         SpSVG.pm \
11         svg_dropshadow \
12         dia2svg.sh \
13         sk2svg.sh \
14         ps2epsi.sh \
15         ps2pdf.sh \
16         ps2pdf.cmd \
17         txt2svg.pl \
18         inkscape-shadow.sh \
19         inkscape-shadow-white.sh \
20         embed_raster_in_svg.pl \
21         bezmisc.py \
22         cubicsuperpath.py \
23         dots.py \
24         export_gimp_palette.py \
25         ffgeom.py \
26         ffproc.py \
27         ffscale.py \
28         fretfind.py \
29         funcplot.py \
30         handles.py \
31         inkex.py \
32         interp.py \
33         kochify.py \
34         kochify_load.py \
35         lindenmayer.py \
36         motion.py \
37         pturtle.py \
38         radiusrand.py \
39         rtree.py \
40         simplepath.py \
41         simplepath.rb \
42         simplestyle.py \
43         straightseg.py \
44         wavy.py \
45         whirl.py \
46         addnodes.py \
47         summersnight.py \
48         ps2dxf.sh \
49         embedimage.py \
50         extractimage.py \
51         svg_and_media_zip_output.py \
52         dxf_outlines.py \
53         fig2svg.sh \
54         cspsubdiv.py \
55         flatten.py \
56         measure.py \
57         gimp_xcf.py \
58         eqtexsvg.py \
59         markers_strokepaint.py \
60         lorem_ipsum.py \
61         webbrowser_manual.py \
62         webbrowser_relnotes.py \
63         webbrowser_reportabug.py \
64         webbrowser_svgspec.py \
65         webbrowser_commandline.py \
66         webbrowser_faq.py\
67         color_custom.py\
68         color_desaturate.py\
69         coloreffect.py\
70         color_grayscale.py\
71         color_brighter.py\
72         color_darker.py\
73         color_negative.py\
74         color_removeblue.py\
75         color_removegreen.py\
76         color_removered.py\
77         color_rgbbarrel.py\
78         color_moresaturation.py\
79         color_lesssaturation.py\
80         color_morelight.py\
81         color_lesslight.py\
82         color_morehue.py\
83         color_lesshue.py
86 otherstuff = \
87     aisvg.xslt
89 modules = \
90         svgz_input.inx \
91         svgz_output.inx \
92         ai_input.inx \
93         ai_output.inx \
94         aisvg.inx \
95         ps_input.inx \
96         eps_input.inx \
97         export_gimp_palette.inx \
98         sk_input.inx \
99         wmf_input.inx \
100         svg_dropshadow.inx \
101         dia.inx \
102         epsi_output.inx \
103         pdf_output.inx.txt \
104         pdf_output_via_gs_on_win32.inx.txt \
105         txt2svg.inx \
106         dots.inx \
107         ffmet.inx \
108         ffms.inx \
109         ffss.inx \
110         ffset.inx \
111         funcplot.inx \
112         handles.inx \
113         interp.inx \
114         kochify.inx \
115         kochify_load.inx \
116         lindenmayer.inx \
117         motion.inx \
118         radiusrand.inx \
119         rtree.inx \
120         straightseg.inx \
121         wavy.inx \
122         whirl.inx \
123         addnodes.inx \
124         summersnight.inx \
125         dxf_output.inx \
126         dxf_input.inx \
127         embedimage.inx \
128         extractimage.inx \
129         svg_and_media_zip_output.inx \
130         dxf_outlines.inx \
131         fig_input.inx \
132         flatten.inx \
133         measure.inx \
134         gimp_xcf.inx \
135         randompnt.inx \
136         randompos.inx \
137         eqtexsvg.inx \
138         markers_strokepaint.inx \
139         lorem_ipsum.inx \
140         inkscape_help_manual.inx \
141         inkscape_help_relnotes.inx \
142         inkscape_help_reportabug.inx \
143         inkscape_help_svgspec.inx \
144         inkscape_help_commandline.inx \
145         inkscape_help_faq.inx\
146         color_brighter.inx\
147         color_darker.inx\
148         color_desaturate.inx\
149         color_grayscale.inx\
150         color_negative.inx\
151         color_removeblue.inx\
152         color_removegreen.inx\
153         color_removered.inx\
154         color_rgbbarrel.inx\
155         color_custom.inx \
156         color_moresaturation.inx\
157         color_lesssaturation.inx\
158         color_morelight.inx\
159         color_lesslight.inx\
160         color_morehue.inx\
161         color_lesshue.inx
164 extension_SCRIPTS = \
165         $(extensions)
167 otherstuff_DATA = \
168         $(otherstuff)
170 module_DATA = \
171         $(modules)
173 EXTRA_DIST = $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)