Code

retire fretboard designer
[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         kochify.py \
30         kochify_load.py \
31         lindenmayer.py \
32         motion.py \
33         pturtle.py \
34         radiusrand.py \
35         rtree.py \
36         simplepath.py \
37         simplepath.rb \
38         simplestyle.py \
39         straightseg.py \
40         wavy.py \
41         whirl.py \
42         addnodes.py \
43         summersnight.py \
44         ps2dxf.sh \
45         embedimage.py \
46         extractimage.py \
47         svg_and_media_zip_output.py \
48         dxf_outlines.py \
49         fig2svg.sh \
50         cspsubdiv.py \
51         flatten.py \
52         measure.py \
53         gimp_xcf.py \
54         eqtexsvg.py \
55         markers_strokepaint.py \
56         lorem_ipsum.py \
57         webbrowser_manual.py \
58         webbrowser_relnotes.py \
59         webbrowser_reportabug.py \
60         webbrowser_svgspec.py \
61         webbrowser_commandline.py \
62         webbrowser_faq.py\
63         color_custom.py\
64         color_desaturate.py\
65         coloreffect.py\
66         color_grayscale.py\
67         color_brighter.py\
68         color_darker.py\
69         color_negative.py\
70         color_removeblue.py\
71         color_removegreen.py\
72         color_removered.py\
73         color_rgbbarrel.py\
74         color_moresaturation.py\
75         color_lesssaturation.py\
76         color_morelight.py\
77         color_lesslight.py\
78         color_morehue.py\
79         color_lesshue.py\
80         pathalongpath.py\
81         rubberstretch.py\
82         pathmodifier.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         kochify.inx \
110         kochify_load.inx \
111         lindenmayer.inx \
112         motion.inx \
113         radiusrand.inx \
114         rtree.inx \
115         straightseg.inx \
116         wavy.inx \
117         whirl.inx \
118         addnodes.inx \
119         summersnight.inx \
120         dxf_output.inx \
121         dxf_input.inx \
122         embedimage.inx \
123         extractimage.inx \
124         svg_and_media_zip_output.inx \
125         dxf_outlines.inx \
126         fig_input.inx \
127         flatten.inx \
128         measure.inx \
129         gimp_xcf.inx \
130         randompnt.inx \
131         randompos.inx \
132         eqtexsvg.inx \
133         markers_strokepaint.inx \
134         lorem_ipsum.inx \
135         inkscape_help_manual.inx \
136         inkscape_help_relnotes.inx \
137         inkscape_help_reportabug.inx \
138         inkscape_help_svgspec.inx \
139         inkscape_help_commandline.inx \
140         inkscape_help_faq.inx\
141         color_brighter.inx\
142         color_darker.inx\
143         color_desaturate.inx\
144         color_grayscale.inx\
145         color_negative.inx\
146         color_removeblue.inx\
147         color_removegreen.inx\
148         color_removered.inx\
149         color_rgbbarrel.inx\
150         color_custom.inx \
151         color_moresaturation.inx\
152         color_lesssaturation.inx\
153         color_morelight.inx\
154         color_lesslight.inx\
155         color_morehue.inx\
156         color_lesshue.inx\
157         pathalongpath.inx
160 extension_SCRIPTS = \
161         $(extensions)
163 otherstuff_DATA = \
164         $(otherstuff)
166 module_DATA = \
167         $(modules)
169 EXTRA_DIST = $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)