Code

bc0c0b49f9ef0d3d064a22dbde891499fc2a3fa4
[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_keepblue.py\
74         color_keepgreen.py\
75         color_keepred.py\
76         color_negative.py\
77         color_removeblue.py\
78         color_removegreen.py\
79         color_removered.py\
80         color_rgbbarrel.py
83 otherstuff = \
84     aisvg.xslt
86 modules = \
87         svgz_input.inx \
88         svgz_output.inx \
89         ai_input.inx \
90         ai_output.inx \
91         aisvg.inx \
92         ps_input.inx \
93         eps_input.inx \
94         export_gimp_palette.inx \
95         sk_input.inx \
96         wmf_input.inx \
97         svg_dropshadow.inx \
98         dia.inx \
99         epsi_output.inx \
100         pdf_output.inx.txt \
101         pdf_output_via_gs_on_win32.inx.txt \
102         txt2svg.inx \
103         dots.inx \
104         ffmet.inx \
105         ffms.inx \
106         ffss.inx \
107         ffset.inx \
108         funcplot.inx \
109         handles.inx \
110         interp.inx \
111         kochify.inx \
112         kochify_load.inx \
113         lindenmayer.inx \
114         motion.inx \
115         radiusrand.inx \
116         rtree.inx \
117         straightseg.inx \
118         wavy.inx \
119         whirl.inx \
120         addnodes.inx \
121         summersnight.inx \
122         dxf_output.inx \
123         dxf_input.inx \
124         embedimage.inx \
125         extractimage.inx \
126         svg_and_media_zip_output.inx \
127         dxf_outlines.inx \
128         fig_input.inx \
129         flatten.inx \
130         measure.inx \
131         gimp_xcf.inx \
132         randompnt.inx \
133         randompos.inx \
134         eqtexsvg.inx \
135         markers_strokepaint.inx \
136         lorem_ipsum.inx \
137         inkscape_help_manual.inx \
138         inkscape_help_relnotes.inx \
139         inkscape_help_reportabug.inx \
140         inkscape_help_svgspec.inx \
141         inkscape_help_commandline.inx \
142         inkscape_help_faq.inx\
143         color_brighter.inx\
144         color_darker.inx\
145         color_desaturate.inx\
146         color_grayscale.inx\
147         color_negative.inx\
148         color_keepblue.inx\
149         color_keepgreen.inx\
150         color_keepred.inx\
151         color_removeblue.inx\
152         color_removegreen.inx\
153         color_removered.inx\
154         color_rgbbarrel.inx\
155         color_custom.inx 
158 extension_SCRIPTS = \
159         $(extensions)
161 otherstuff_DATA = \
162         $(otherstuff)
164 module_DATA = \
165         $(modules)
167 EXTRA_DIST = $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)