Code

restoring ffgeom.py
[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\
82         ffgeom.py
85 otherstuff = \
86     aisvg.xslt
88 modules = \
89         svgz_input.inx \
90         svgz_output.inx \
91         ai_input.inx \
92         ai_output.inx \
93         aisvg.inx \
94         ps_input.inx \
95         eps_input.inx \
96         export_gimp_palette.inx \
97         sk_input.inx \
98         wmf_input.inx \
99         svg_dropshadow.inx \
100         dia.inx \
101         epsi_output.inx \
102         pdf_output.inx.txt \
103         pdf_output_via_gs_on_win32.inx.txt \
104         txt2svg.inx \
105         dots.inx \
106         funcplot.inx \
107         handles.inx \
108         interp.inx \
109         lindenmayer.inx \
110         motion.inx \
111         radiusrand.inx \
112         rtree.inx \
113         straightseg.inx \
114         wavy.inx \
115         whirl.inx \
116         addnodes.inx \
117         summersnight.inx \
118         dxf_output.inx \
119         dxf_input.inx \
120         embedimage.inx \
121         extractimage.inx \
122         svg_and_media_zip_output.inx \
123         dxf_outlines.inx \
124         fig_input.inx \
125         flatten.inx \
126         measure.inx \
127         gimp_xcf.inx \
128         randompnt.inx \
129         randompos.inx \
130         eqtexsvg.inx \
131         markers_strokepaint.inx \
132         lorem_ipsum.inx \
133         inkscape_help_manual.inx \
134         inkscape_help_relnotes.inx \
135         inkscape_help_reportabug.inx \
136         inkscape_help_svgspec.inx \
137         inkscape_help_commandline.inx \
138         inkscape_help_faq.inx\
139         color_brighter.inx\
140         color_darker.inx\
141         color_desaturate.inx\
142         color_grayscale.inx\
143         color_negative.inx\
144         color_removeblue.inx\
145         color_removegreen.inx\
146         color_removered.inx\
147         color_rgbbarrel.inx\
148         color_custom.inx \
149         color_moresaturation.inx\
150         color_lesssaturation.inx\
151         color_morelight.inx\
152         color_lesslight.inx\
153         color_morehue.inx\
154         color_lesshue.inx\
155         pathalongpath.inx\
156         g2pngs.inx
159 extension_SCRIPTS = \
160         $(extensions)
162 otherstuff_DATA = \
163         $(otherstuff)
165 module_DATA = \
166         $(modules)
168 EXTRA_DIST = $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)