Code

oops, this one is actually used by other extensions too - restoring
[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         funcplot.py \
26         handles.py \
27         inkex.py \
28         interp.py \
29         lindenmayer.py \
30         motion.py \
31         pturtle.py \
32         radiusrand.py \
33         rtree.py \
34         simplepath.py \
35         simplepath.rb \
36         simplestyle.py \
37         straightseg.py \
38         wavy.py \
39         whirl.py \
40         addnodes.py \
41         summersnight.py \
42         ps2dxf.sh \
43         embedimage.py \
44         extractimage.py \
45         svg_and_media_zip_output.py \
46         dxf_outlines.py \
47         fig2svg.sh \
48         cspsubdiv.py \
49         flatten.py \
50         measure.py \
51         gimp_xcf.py \
52         eqtexsvg.py \
53         markers_strokepaint.py \
54         lorem_ipsum.py \
55         webbrowser_manual.py \
56         webbrowser_relnotes.py \
57         webbrowser_reportabug.py \
58         webbrowser_svgspec.py \
59         webbrowser_commandline.py \
60         webbrowser_faq.py\
61         color_custom.py\
62         color_desaturate.py\
63         coloreffect.py\
64         color_grayscale.py\
65         color_brighter.py\
66         color_darker.py\
67         color_negative.py\
68         color_removeblue.py\
69         color_removegreen.py\
70         color_removered.py\
71         color_rgbbarrel.py\
72         color_moresaturation.py\
73         color_lesssaturation.py\
74         color_morelight.py\
75         color_lesslight.py\
76         color_morehue.py\
77         color_lesshue.py\
78         pathalongpath.py\
79         rubberstretch.py\
80         pathmodifier.py\
81         g2pngs.py
84 otherstuff = \
85     aisvg.xslt
87 modules = \
88         svgz_input.inx \
89         svgz_output.inx \
90         ai_input.inx \
91         ai_output.inx \
92         aisvg.inx \
93         ps_input.inx \
94         eps_input.inx \
95         export_gimp_palette.inx \
96         sk_input.inx \
97         wmf_input.inx \
98         svg_dropshadow.inx \
99         dia.inx \
100         epsi_output.inx \
101         pdf_output.inx.txt \
102         pdf_output_via_gs_on_win32.inx.txt \
103         txt2svg.inx \
104         dots.inx \
105         funcplot.inx \
106         handles.inx \
107         interp.inx \
108         lindenmayer.inx \
109         motion.inx \
110         radiusrand.inx \
111         rtree.inx \
112         straightseg.inx \
113         wavy.inx \
114         whirl.inx \
115         addnodes.inx \
116         summersnight.inx \
117         dxf_output.inx \
118         dxf_input.inx \
119         embedimage.inx \
120         extractimage.inx \
121         svg_and_media_zip_output.inx \
122         dxf_outlines.inx \
123         fig_input.inx \
124         flatten.inx \
125         measure.inx \
126         gimp_xcf.inx \
127         randompnt.inx \
128         randompos.inx \
129         eqtexsvg.inx \
130         markers_strokepaint.inx \
131         lorem_ipsum.inx \
132         inkscape_help_manual.inx \
133         inkscape_help_relnotes.inx \
134         inkscape_help_reportabug.inx \
135         inkscape_help_svgspec.inx \
136         inkscape_help_commandline.inx \
137         inkscape_help_faq.inx\
138         color_brighter.inx\
139         color_darker.inx\
140         color_desaturate.inx\
141         color_grayscale.inx\
142         color_negative.inx\
143         color_removeblue.inx\
144         color_removegreen.inx\
145         color_removered.inx\
146         color_rgbbarrel.inx\
147         color_custom.inx \
148         color_moresaturation.inx\
149         color_lesssaturation.inx\
150         color_morelight.inx\
151         color_lesslight.inx\
152         color_morehue.inx\
153         color_lesshue.inx\
154         pathalongpath.inx\
155         g2pngs.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)