Code

add extension to generate perfect bound cover templates
[inkscape.git] / share / extensions / Makefile.am
2 SUBDIRS = \
3         Barcode \
4         xaml2svg
6 extensiondir = $(datadir)/inkscape/extensions
8 otherstuffdir = $(datadir)/inkscape/extensions
10 moduledir = $(datadir)/inkscape/extensions
12 # If you remove an extension from here, either add it to EXTRA_DIST
13 # below, or remove all mention of it from po/inkscape.pot as well.
14 extensions = \
15         addnodes.py \
16         bezmisc.py \
17         cdr2svg.sh\
18         chardataeffect.py\
19         color_brighter.py\
20         color_custom.py\
21         color_darker.py\
22         color_desaturate.py\
23         coloreffect.py\
24         color_grayscale.py\
25         color_lesshue.py\
26         color_lesslight.py\
27         color_lesssaturation.py\
28         color_morehue.py\
29         color_morelight.py\
30         color_moresaturation.py\
31         color_negative.py\
32         color_randomize.py\
33         color_removeblue.py\
34         color_removegreen.py\
35         color_removered.py\
36         color_rgbbarrel.py\
37         color_replace.py\
38         cspsubdiv.py \
39         cubicsuperpath.py \
40         dia2svg.sh \
41         dots.py \
42         dxf_outlines.py \
43         embedimage.py \
44         embed_raster_in_svg.pl \
45         eqtexsvg.py \
46         export_gimp_palette.py \
47         extractimage.py \
48         ffgeom.py\
49         fig2svg.sh \
50         flatten.py \
51         fractalize.py \
52         funcplot.py \
53         gears.py\
54         gimp_xcf.py \
55         handles.py \
56         ill2svg.pl \
57         inkex.py \
58         inkscape-shadow.sh \
59         inkscape-shadow-white.sh \
60         interp.py \
61         lindenmayer.py \
62         lorem_ipsum.py \
63         markers_strokepaint.py \
64         measure.py \
65         motion.py \
66         outline2svg.pl  \
67         pathalongpath.py\
68         pathmodifier.py\
69         perfectboundcover.py \
70         perspective.py \
71         ps2dxf.sh \
72         ps2epsi.sh \
73         ps2pdf.cmd \
74         ps2pdf.sh \
75         pturtle.py \
76         radiusrand.py \
77         render_barcode.py \
78         rtree.py \
79         rubberstretch.py\
80         simplepath.py \
81         simplepath.rb \
82         simplestyle.py \
83         sk2svg.sh \
84         SpSVG.pm \
85         spirograph.py\
86         spirograph.inx\
87         straightseg.py \
88         summersnight.py \
89         svg_and_media_zip_output.py \
90         text_uppercase.py \
91         text_lowercase.py \
92         text_sentencecase.py \
93         text_titlecase.py \
94         text_flipcase.py \
95         text_randomcase.py \
96         text_replace.py \
97         txt2svg.pl \
98         webbrowser_commandline.py \
99         webbrowser_faq.py\
100         webbrowser_manual.py \
101         webbrowser_relnotes.py \
102         webbrowser_reportabug.py \
103         webbrowser_svgspec.py \
104         webbrowser_keys.py \
105         whirl.py
107 otherstuff = \
108     aisvg.xslt \
109         colors.xml \
110         svg2xaml.xsl \
111         xaml2svg.xsl
113 modules = \
114         addnodes.inx \
115         ai_input.inx \
116         ai_output.inx \
117         aisvg.inx \
118         cdr_input.inx\
119         color_brighter.inx\
120         color_custom.inx \
121         color_darker.inx\
122         color_desaturate.inx\
123         color_grayscale.inx\
124         color_lesshue.inx\
125         color_lesslight.inx\
126         color_lesssaturation.inx\
127         color_morehue.inx\
128         color_morelight.inx\
129         color_moresaturation.inx\
130         color_negative.inx\
131         color_randomize.inx\
132         color_removeblue.inx\
133         color_removegreen.inx\
134         color_removered.inx\
135         color_rgbbarrel.inx\
136         color_replace.inx\
137         dia.inx \
138         dots.inx \
139         dxf_input.inx \
140         dxf_outlines.inx \
141         dxf_output.inx \
142         embedimage.inx \
143         eps_input.inx \
144         epsi_output.inx \
145         eqtexsvg.inx \
146         export_gimp_palette.inx \
147         extractimage.inx \
148         fig_input.inx \
149         flatten.inx \
150         fractalize.inx \
151         funcplot.inx \
152         gears.inx\
153         gimp_xcf.inx \
154         handles.inx \
155         inkscape_help_commandline.inx \
156         inkscape_help_faq.inx\
157         inkscape_help_manual.inx \
158         inkscape_help_relnotes.inx \
159         inkscape_help_reportabug.inx \
160         inkscape_help_svgspec.inx \
161         inkscape_help_keys.inx \
162         interp.inx \
163         lindenmayer.inx \
164         lorem_ipsum.inx \
165         markers_strokepaint.inx \
166         measure.inx \
167         motion.inx \
168         outline2svg.inx \
169         pathalongpath.inx\
170         pdf_output.inx.txt \
171         pdf_output_via_gs_on_win32.inx.txt \
172         perfectboundcover.inx \
173         perspective.inx \
174         ps_input.inx \
175         radiusrand.inx \
176         randompnt.inx \
177         randompos.inx \
178         render_barcode.inx \
179         rtree.inx \
180         sk_input.inx \
181         straightseg.inx \
182         summersnight.inx \
183         svg2xaml.inx \
184         svg_and_media_zip_output.inx \
185         svgz_input.inx \
186         svgz_output.inx \
187         text_uppercase.inx\
188         text_lowercase.inx \
189         text_sentencecase.inx \
190         text_titlecase.inx \
191         text_flipcase.inx \
192         text_randomcase.inx \
193         text_replace.inx \
194         txt2svg.inx \
195         whirl.inx \
196         wmf_input.inx \
197         xaml2svg.inx
200 extension_SCRIPTS = \
201         $(extensions)
203 otherstuff_DATA = \
204         $(otherstuff)
206 module_DATA = \
207         $(modules)
209 EXTRA_DIST = \
210         radiobutton_example.inx \
211         $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)